Shades of Deep Magenta #C203DC
Tints of Deep Magenta #C203DC
RGB
CMYK
RGB Variations
Color information
#C203DC (or 0xC203DC) is known color: Deep Magenta. HEX triplet: C2, 03 and DC. RGB value is (194,3,220). Sum of RGB (Red+Green+Blue) = 194+3+220=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #C203DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203DC is #3DFC23. Grayscale: #545454. Windows color (decimal): -4062244 or 14418882. OLE color: 14418882.
HSL color Cylindrical-coordinate representation of color #C203DC: hue angle of 292.81º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203DC is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 3 | 220 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.14 |
| HSL | 292.81º | 0.97% | 0.44% | - |
| HSV(B) | 292.81º | 0.99% | 0.86% | - |
| XYZ | 35.2 | 16.7 | 69.08 | - |
| YUV | 84.85 | 204.28 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 220 | 0.12 | 0.99 | 0 | 0.14 | 292.81 | 0.97 | 0.44 |
| Hex | C2 | 3 | DC | C | 63 | 0 | E | 125 | 61 | 2C |
| Octal | 302 | 3 | 334 | 14 | 143 | 0 | 16 | 445 | 141 | 54 |
| Binary | 11000010 | 11 | 11011100 | 1100 | 1100011 | 0 | 1110 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C203DC
Complementary color
Monochromatic Colors of #C203DC
Black with #C203DC
Text Example
Text Example
White with #C203DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203DC; }
p { color: rgb(194,3,220); }
H1.HeaderClassName
{
color: #C203DC;
}
.AnyTagClassName
{
color: #C203DC;
}
</style>
background-color css
<style>
a { background-color: #C203DC; }
a { background-color: rgb(194,3,220); }
div.DivClassName
{
background-color: #C203DC;
}
.BgClassName
{
background-color: #C203DC;
}
</style>
border-color css
<style>
span { border-color: #C203DC; }
span { border-color: rgb(194,3,220); }
td.TdClassName
{
border-color: #C203DC;
}
.TagClassName
{
border-color: #C203DC;
}
</style>