Shades of Fuchsia #C962CB
Tints of Fuchsia #C962CB
RGB
CMYK
RGB Variations
Color information
#C962CB (or 0xC962CB) is known color: Fuchsia. HEX triplet: C9, 62 and CB. RGB value is (201,98,203). Sum of RGB (Red+Green+Blue) = 201+98+203=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 98 (38.67% from 255 or 19.52% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #C962CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C962CB is #369D34. Grayscale: #8C8C8C. Windows color (decimal): -3579189 or 13329097. OLE color: 13329097.
HSL color Cylindrical-coordinate representation of color #C962CB: hue angle of 298.86º 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 #C962CB is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 201 | 98 | 203 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.20 |
| HSL | 298.86º | 0.5% | 0.59% | - |
| HSV(B) | 298.86º | 0.52% | 0.8% | - |
| XYZ | 39.23 | 25.46 | 59.35 | - |
| YUV | 140.77 | 163.12 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 203 | 0.01 | 0.52 | 0 | 0.20 | 298.86 | 0.5 | 0.59 |
| Hex | C9 | 62 | CB | 1 | 34 | 0 | 14 | 12B | 32 | 3B |
| Octal | 311 | 142 | 313 | 1 | 64 | 0 | 24 | 453 | 62 | 73 |
| Binary | 11001001 | 1100010 | 11001011 | 1 | 110100 | 0 | 10100 | 100101011 | 110010 | 111011 |
Color Harmonies of #C962CB
Complementary color
Monochromatic Colors of #C962CB
Black with #C962CB
Text Example
Text Example
White with #C962CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962CB; }
p { color: rgb(201,98,203); }
H1.HeaderClassName
{
color: #C962CB;
}
.AnyTagClassName
{
color: #C962CB;
}
</style>
background-color css
<style>
a { background-color: #C962CB; }
a { background-color: rgb(201,98,203); }
div.DivClassName
{
background-color: #C962CB;
}
.BgClassName
{
background-color: #C962CB;
}
</style>
border-color css
<style>
span { border-color: #C962CB; }
span { border-color: rgb(201,98,203); }
td.TdClassName
{
border-color: #C962CB;
}
.TagClassName
{
border-color: #C962CB;
}
</style>