Shades of Fuchsia #CB33CE
Tints of Fuchsia #CB33CE
RGB
CMYK
RGB Variations
Color information
#CB33CE (or 0xCB33CE) is known color: Fuchsia. HEX triplet: CB, 33 and CE. RGB value is (203,51,206). Sum of RGB (Red+Green+Blue) = 203+51+206=460 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.13% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #CB33CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB33CE is #34CC31. Grayscale: #717171. Windows color (decimal): -3460146 or 13513675. OLE color: 13513675.
HSL color Cylindrical-coordinate representation of color #CB33CE: hue angle of 298.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB33CE is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 51 | 206 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.19 |
| HSL | 298.84º | 0.61% | 0.5% | - |
| HSV(B) | 298.84º | 0.75% | 0.81% | - |
| XYZ | 36.95 | 19.52 | 60.21 | - |
| YUV | 114.12 | 179.86 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 51 | 206 | 0.01 | 0.75 | 0 | 0.19 | 298.84 | 0.61 | 0.5 |
| Hex | CB | 33 | CE | 1 | 4B | 0 | 13 | 12B | 3D | 32 |
| Octal | 313 | 63 | 316 | 1 | 113 | 0 | 23 | 453 | 75 | 62 |
| Binary | 11001011 | 110011 | 11001110 | 1 | 1001011 | 0 | 10011 | 100101011 | 111101 | 110010 |
Color Harmonies of #CB33CE
Complementary color
Monochromatic Colors of #CB33CE
Black with #CB33CE
Text Example
Text Example
White with #CB33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB33CE; }
p { color: rgb(203,51,206); }
H1.HeaderClassName
{
color: #CB33CE;
}
.AnyTagClassName
{
color: #CB33CE;
}
</style>
background-color css
<style>
a { background-color: #CB33CE; }
a { background-color: rgb(203,51,206); }
div.DivClassName
{
background-color: #CB33CE;
}
.BgClassName
{
background-color: #CB33CE;
}
</style>
border-color css
<style>
span { border-color: #CB33CE; }
span { border-color: rgb(203,51,206); }
td.TdClassName
{
border-color: #CB33CE;
}
.TagClassName
{
border-color: #CB33CE;
}
</style>