Shades of Deep Magenta #C202CB
Tints of Deep Magenta #C202CB
RGB
CMYK
RGB Variations
Color information
#C202CB (or 0xC202CB) is known color: Deep Magenta. HEX triplet: C2, 02 and CB. RGB value is (194,2,203). Sum of RGB (Red+Green+Blue) = 194+2+203=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #C202CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202CB is #3DFD34. Grayscale: #515151. Windows color (decimal): -4062517 or 13304514. OLE color: 13304514.
HSL color Cylindrical-coordinate representation of color #C202CB: hue angle of 297.31º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202CB is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 2 | 203 | - |
| CMYK | 0.04 | 0.99 | 0 | 0.20 |
| HSL | 297.31º | 0.98% | 0.4% | - |
| HSV(B) | 297.31º | 0.99% | 0.8% | - |
| XYZ | 33.05 | 15.82 | 57.81 | - |
| YUV | 82.32 | 196.11 | 207.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 203 | 0.04 | 0.99 | 0 | 0.20 | 297.31 | 0.98 | 0.4 |
| Hex | C2 | 2 | CB | 4 | 63 | 0 | 14 | 129 | 62 | 28 |
| Octal | 302 | 2 | 313 | 4 | 143 | 0 | 24 | 451 | 142 | 50 |
| Binary | 11000010 | 10 | 11001011 | 100 | 1100011 | 0 | 10100 | 100101001 | 1100010 | 101000 |
Color Harmonies of #C202CB
Complementary color
Monochromatic Colors of #C202CB
Black with #C202CB
Text Example
Text Example
White with #C202CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202CB; }
p { color: rgb(194,2,203); }
H1.HeaderClassName
{
color: #C202CB;
}
.AnyTagClassName
{
color: #C202CB;
}
</style>
background-color css
<style>
a { background-color: #C202CB; }
a { background-color: rgb(194,2,203); }
div.DivClassName
{
background-color: #C202CB;
}
.BgClassName
{
background-color: #C202CB;
}
</style>
border-color css
<style>
span { border-color: #C202CB; }
span { border-color: rgb(194,2,203); }
td.TdClassName
{
border-color: #C202CB;
}
.TagClassName
{
border-color: #C202CB;
}
</style>