Shades of Fuchsia #CB62C0
Tints of Fuchsia #CB62C0
RGB
CMYK
RGB Variations
Color information
#CB62C0 (or 0xCB62C0) is known color: Fuchsia. HEX triplet: CB, 62 and C0. RGB value is (203,98,192). Sum of RGB (Red+Green+Blue) = 203+98+192=493 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.18% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 203 - color contains mainly: red. Hex color #CB62C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62C0 is #349D3F. Grayscale: #8B8B8B. Windows color (decimal): -3448128 or 12608203. OLE color: 12608203.
HSL color Cylindrical-coordinate representation of color #CB62C0: hue angle of 306.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB62C0 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 192 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.20 |
| HSL | 306.29º | 0.5% | 0.59% | - |
| HSV(B) | 306.29º | 0.52% | 0.8% | - |
| XYZ | 38.51 | 25.24 | 52.71 | - |
| YUV | 140.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 192 | 0 | 0.52 | 0.05 | 0.20 | 306.29 | 0.5 | 0.59 |
| Hex | CB | 62 | C0 | 0 | 34 | 5 | 14 | 132 | 32 | 3B |
| Octal | 313 | 142 | 300 | 0 | 64 | 5 | 24 | 462 | 62 | 73 |
| Binary | 11001011 | 1100010 | 11000000 | 0 | 110100 | 101 | 10100 | 100110010 | 110010 | 111011 |
Color Harmonies of #CB62C0
Complementary color
Monochromatic Colors of #CB62C0
Black with #CB62C0
Text Example
Text Example
White with #CB62C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62C0; }
p { color: rgb(203,98,192); }
H1.HeaderClassName
{
color: #CB62C0;
}
.AnyTagClassName
{
color: #CB62C0;
}
</style>
background-color css
<style>
a { background-color: #CB62C0; }
a { background-color: rgb(203,98,192); }
div.DivClassName
{
background-color: #CB62C0;
}
.BgClassName
{
background-color: #CB62C0;
}
</style>
border-color css
<style>
span { border-color: #CB62C0; }
span { border-color: rgb(203,98,192); }
td.TdClassName
{
border-color: #CB62C0;
}
.TagClassName
{
border-color: #CB62C0;
}
</style>