Shades of Fuchsia #CB33BD
Tints of Fuchsia #CB33BD
RGB
CMYK
RGB Variations
Color information
#CB33BD (or 0xCB33BD) is known color: Fuchsia. HEX triplet: CB, 33 and BD. RGB value is (203,51,189). Sum of RGB (Red+Green+Blue) = 203+51+189=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB33BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33BD is #34CC42. Grayscale: #6F6F6F. Windows color (decimal): -3460163 or 12399563. OLE color: 12399563.
HSL color Cylindrical-coordinate representation of color #CB33BD: hue angle of 305.53º 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 #CB33BD is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 51 | 189 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.20 |
| HSL | 305.53º | 0.6% | 0.5% | - |
| HSV(B) | 305.53º | 0.75% | 0.8% | - |
| XYZ | 35 | 18.74 | 49.92 | - |
| YUV | 112.18 | 171.36 | 192.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 189 | 0 | 0.75 | 0.07 | 0.20 | 305.53 | 0.6 | 0.5 |
| Hex | CB | 33 | BD | 0 | 4B | 7 | 14 | 132 | 3C | 32 |
| Octal | 313 | 63 | 275 | 0 | 113 | 7 | 24 | 462 | 74 | 62 |
| Binary | 11001011 | 110011 | 10111101 | 0 | 1001011 | 111 | 10100 | 100110010 | 111100 | 110010 |
Color Harmonies of #CB33BD
Complementary color
Monochromatic Colors of #CB33BD
Black with #CB33BD
Text Example
Text Example
White with #CB33BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33BD; }
p { color: rgb(203,51,189); }
H1.HeaderClassName
{
color: #CB33BD;
}
.AnyTagClassName
{
color: #CB33BD;
}
</style>
background-color css
<style>
a { background-color: #CB33BD; }
a { background-color: rgb(203,51,189); }
div.DivClassName
{
background-color: #CB33BD;
}
.BgClassName
{
background-color: #CB33BD;
}
</style>
border-color css
<style>
span { border-color: #CB33BD; }
span { border-color: rgb(203,51,189); }
td.TdClassName
{
border-color: #CB33BD;
}
.TagClassName
{
border-color: #CB33BD;
}
</style>