Shades of Deep Magenta #C202CF
Tints of Deep Magenta #C202CF
RGB
CMYK
RGB Variations
Color information
#C202CF (or 0xC202CF) is known color: Deep Magenta. HEX triplet: C2, 02 and CF. RGB value is (194,2,207). Sum of RGB (Red+Green+Blue) = 194+2+207=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #C202CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202CF is #3DFD30. Grayscale: #525252. Windows color (decimal): -4062513 or 13566658. OLE color: 13566658.
HSL color Cylindrical-coordinate representation of color #C202CF: hue angle of 296.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202CF is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 2 | 207 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.19 |
| HSL | 296.2º | 0.98% | 0.41% | - |
| HSV(B) | 296.2º | 0.99% | 0.81% | - |
| XYZ | 33.53 | 16.02 | 60.36 | - |
| YUV | 82.78 | 198.11 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 207 | 0.06 | 0.99 | 0 | 0.19 | 296.2 | 0.98 | 0.41 |
| Hex | C2 | 2 | CF | 6 | 63 | 0 | 13 | 128 | 62 | 29 |
| Octal | 302 | 2 | 317 | 6 | 143 | 0 | 23 | 450 | 142 | 51 |
| Binary | 11000010 | 10 | 11001111 | 110 | 1100011 | 0 | 10011 | 100101000 | 1100010 | 101001 |
Color Harmonies of #C202CF
Complementary color
Monochromatic Colors of #C202CF
Black with #C202CF
Text Example
Text Example
White with #C202CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202CF; }
p { color: rgb(194,2,207); }
H1.HeaderClassName
{
color: #C202CF;
}
.AnyTagClassName
{
color: #C202CF;
}
</style>
background-color css
<style>
a { background-color: #C202CF; }
a { background-color: rgb(194,2,207); }
div.DivClassName
{
background-color: #C202CF;
}
.BgClassName
{
background-color: #C202CF;
}
</style>
border-color css
<style>
span { border-color: #C202CF; }
span { border-color: rgb(194,2,207); }
td.TdClassName
{
border-color: #C202CF;
}
.TagClassName
{
border-color: #C202CF;
}
</style>