Shades of Fuchsia #CB33B4
Tints of Fuchsia #CB33B4
RGB
CMYK
RGB Variations
Color information
#CB33B4 (or 0xCB33B4) is known color: Fuchsia. HEX triplet: CB, 33 and B4. RGB value is (203,51,180). Sum of RGB (Red+Green+Blue) = 203+51+180=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 180 (70.70% from 255 or 41.47% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33B4 is #34CC4B. Grayscale: #6E6E6E. Windows color (decimal): -3460172 or 11809739. OLE color: 11809739.
HSL color Cylindrical-coordinate representation of color #CB33B4: hue angle of 309.08º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33B4 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 180 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.20 |
| HSL | 309.08º | 0.6% | 0.5% | - |
| HSV(B) | 309.08º | 0.75% | 0.8% | - |
| XYZ | 34.05 | 18.36 | 44.93 | - |
| YUV | 111.15 | 166.86 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 180 | 0 | 0.75 | 0.11 | 0.20 | 309.08 | 0.6 | 0.5 |
| Hex | CB | 33 | B4 | 0 | 4B | B | 14 | 135 | 3C | 32 |
| Octal | 313 | 63 | 264 | 0 | 113 | 13 | 24 | 465 | 74 | 62 |
| Binary | 11001011 | 110011 | 10110100 | 0 | 1001011 | 1011 | 10100 | 100110101 | 111100 | 110010 |
Color Harmonies of #CB33B4
Complementary color
Monochromatic Colors of #CB33B4
Black with #CB33B4
Text Example
Text Example
White with #CB33B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33B4; }
p { color: rgb(203,51,180); }
H1.HeaderClassName
{
color: #CB33B4;
}
.AnyTagClassName
{
color: #CB33B4;
}
</style>
background-color css
<style>
a { background-color: #CB33B4; }
a { background-color: rgb(203,51,180); }
div.DivClassName
{
background-color: #CB33B4;
}
.BgClassName
{
background-color: #CB33B4;
}
</style>
border-color css
<style>
span { border-color: #CB33B4; }
span { border-color: rgb(203,51,180); }
td.TdClassName
{
border-color: #CB33B4;
}
.TagClassName
{
border-color: #CB33B4;
}
</style>