Shades of Deep Magenta #C202C4
Tints of Deep Magenta #C202C4
RGB
CMYK
RGB Variations
Color information
#C202C4 (or 0xC202C4) is known color: Deep Magenta. HEX triplet: C2, 02 and C4. RGB value is (194,2,196). Sum of RGB (Red+Green+Blue) = 194+2+196=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 2 (1.17% from 255 or 0.51% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #C202C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202C4 is #3DFD3B. Grayscale: #505050. Windows color (decimal): -4062524 or 12845762. OLE color: 12845762.
HSL color Cylindrical-coordinate representation of color #C202C4: hue angle of 299.38º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202C4 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 2 | 196 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.23 |
| HSL | 299.38º | 0.98% | 0.39% | - |
| HSV(B) | 299.38º | 0.99% | 0.77% | - |
| XYZ | 32.23 | 15.5 | 53.52 | - |
| YUV | 81.52 | 192.61 | 208.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 196 | 0.01 | 0.99 | 0 | 0.23 | 299.38 | 0.98 | 0.39 |
| Hex | C2 | 2 | C4 | 1 | 63 | 0 | 17 | 12B | 62 | 27 |
| Octal | 302 | 2 | 304 | 1 | 143 | 0 | 27 | 453 | 142 | 47 |
| Binary | 11000010 | 10 | 11000100 | 1 | 1100011 | 0 | 10111 | 100101011 | 1100010 | 100111 |
Color Harmonies of #C202C4
Complementary color
Monochromatic Colors of #C202C4
Black with #C202C4
Text Example
Text Example
White with #C202C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202C4; }
p { color: rgb(194,2,196); }
H1.HeaderClassName
{
color: #C202C4;
}
.AnyTagClassName
{
color: #C202C4;
}
</style>
background-color css
<style>
a { background-color: #C202C4; }
a { background-color: rgb(194,2,196); }
div.DivClassName
{
background-color: #C202C4;
}
.BgClassName
{
background-color: #C202C4;
}
</style>
border-color css
<style>
span { border-color: #C202C4; }
span { border-color: rgb(194,2,196); }
td.TdClassName
{
border-color: #C202C4;
}
.TagClassName
{
border-color: #C202C4;
}
</style>