Shades of Deep Magenta #C202C6
Tints of Deep Magenta #C202C6
RGB
CMYK
RGB Variations
Color information
#C202C6 (or 0xC202C6) is known color: Deep Magenta. HEX triplet: C2, 02 and C6. RGB value is (194,2,198). Sum of RGB (Red+Green+Blue) = 194+2+198=394 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.24% from 394); Green value is 2 (1.17% from 255 or 0.51% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #C202C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C202C6 is #3DFD39. Grayscale: #515151. Windows color (decimal): -4062522 or 12976834. OLE color: 12976834.
HSL color Cylindrical-coordinate representation of color #C202C6: hue angle of 298.78º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C202C6 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 2 | 198 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.22 |
| HSL | 298.78º | 0.98% | 0.39% | - |
| HSV(B) | 298.78º | 0.99% | 0.78% | - |
| XYZ | 32.46 | 15.59 | 54.72 | - |
| YUV | 81.75 | 193.61 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 2 | 198 | 0.02 | 0.99 | 0 | 0.22 | 298.78 | 0.98 | 0.39 |
| Hex | C2 | 2 | C6 | 2 | 63 | 0 | 16 | 12B | 62 | 27 |
| Octal | 302 | 2 | 306 | 2 | 143 | 0 | 26 | 453 | 142 | 47 |
| Binary | 11000010 | 10 | 11000110 | 10 | 1100011 | 0 | 10110 | 100101011 | 1100010 | 100111 |
Color Harmonies of #C202C6
Complementary color
Monochromatic Colors of #C202C6
Black with #C202C6
Text Example
Text Example
White with #C202C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C202C6; }
p { color: rgb(194,2,198); }
H1.HeaderClassName
{
color: #C202C6;
}
.AnyTagClassName
{
color: #C202C6;
}
</style>
background-color css
<style>
a { background-color: #C202C6; }
a { background-color: rgb(194,2,198); }
div.DivClassName
{
background-color: #C202C6;
}
.BgClassName
{
background-color: #C202C6;
}
</style>
border-color css
<style>
span { border-color: #C202C6; }
span { border-color: rgb(194,2,198); }
td.TdClassName
{
border-color: #C202C6;
}
.TagClassName
{
border-color: #C202C6;
}
</style>