Shades of Deep Magenta #C202D7
Tints of Deep Magenta #C202D7
RGB
CMYK
RGB Variations
Color information
#C202D7 (or 0xC202D7) is known color: Deep Magenta. HEX triplet: C2, 02 and D7. RGB value is (194,2,215). Sum of RGB (Red+Green+Blue) = 194+2+215=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #C202D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202D7 is #3DFD28. Grayscale: #535353. Windows color (decimal): -4062505 or 14090946. OLE color: 14090946.
HSL color Cylindrical-coordinate representation of color #C202D7: hue angle of 294.08º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202D7 is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 2 | 215 | - |
| CMYK | 0.10 | 0.99 | 0 | 0.16 |
| HSL | 294.08º | 0.98% | 0.43% | - |
| HSV(B) | 294.08º | 0.99% | 0.84% | - |
| XYZ | 34.54 | 16.42 | 65.64 | - |
| YUV | 83.69 | 202.11 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 215 | 0.10 | 0.99 | 0 | 0.16 | 294.08 | 0.98 | 0.43 |
| Hex | C2 | 2 | D7 | A | 63 | 0 | 10 | 126 | 62 | 2B |
| Octal | 302 | 2 | 327 | 12 | 143 | 0 | 20 | 446 | 142 | 53 |
| Binary | 11000010 | 10 | 11010111 | 1010 | 1100011 | 0 | 10000 | 100100110 | 1100010 | 101011 |
Color Harmonies of #C202D7
Complementary color
Monochromatic Colors of #C202D7
Black with #C202D7
Text Example
Text Example
White with #C202D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202D7; }
p { color: rgb(194,2,215); }
H1.HeaderClassName
{
color: #C202D7;
}
.AnyTagClassName
{
color: #C202D7;
}
</style>
background-color css
<style>
a { background-color: #C202D7; }
a { background-color: rgb(194,2,215); }
div.DivClassName
{
background-color: #C202D7;
}
.BgClassName
{
background-color: #C202D7;
}
</style>
border-color css
<style>
span { border-color: #C202D7; }
span { border-color: rgb(194,2,215); }
td.TdClassName
{
border-color: #C202D7;
}
.TagClassName
{
border-color: #C202D7;
}
</style>