Shades of Fuchsia #CB62CF
Tints of Fuchsia #CB62CF
RGB
CMYK
RGB Variations
Color information
#CB62CF (or 0xCB62CF) is known color: Fuchsia. HEX triplet: CB, 62 and CF. RGB value is (203,98,207). Sum of RGB (Red+Green+Blue) = 203+98+207=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 98 (38.67% from 255 or 19.29% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB62CF is #349D30. Grayscale: #8D8D8D. Windows color (decimal): -3448113 or 13591243. OLE color: 13591243.
HSL color Cylindrical-coordinate representation of color #CB62CF: hue angle of 297.8º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB62CF is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 98 | 207 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.19 |
| HSL | 297.8º | 0.53% | 0.6% | - |
| HSV(B) | 297.8º | 0.53% | 0.81% | - |
| XYZ | 40.26 | 25.94 | 61.92 | - |
| YUV | 141.82 | 164.79 | 171.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 207 | 0.02 | 0.53 | 0 | 0.19 | 297.8 | 0.53 | 0.6 |
| Hex | CB | 62 | CF | 2 | 35 | 0 | 13 | 12A | 35 | 3C |
| Octal | 313 | 142 | 317 | 2 | 65 | 0 | 23 | 452 | 65 | 74 |
| Binary | 11001011 | 1100010 | 11001111 | 10 | 110101 | 0 | 10011 | 100101010 | 110101 | 111100 |
Color Harmonies of #CB62CF
Complementary color
Monochromatic Colors of #CB62CF
Black with #CB62CF
Text Example
Text Example
White with #CB62CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB62CF; }
p { color: rgb(203,98,207); }
H1.HeaderClassName
{
color: #CB62CF;
}
.AnyTagClassName
{
color: #CB62CF;
}
</style>
background-color css
<style>
a { background-color: #CB62CF; }
a { background-color: rgb(203,98,207); }
div.DivClassName
{
background-color: #CB62CF;
}
.BgClassName
{
background-color: #CB62CF;
}
</style>
border-color css
<style>
span { border-color: #CB62CF; }
span { border-color: rgb(203,98,207); }
td.TdClassName
{
border-color: #CB62CF;
}
.TagClassName
{
border-color: #CB62CF;
}
</style>