Shades of Deep Magenta #C203DD
Tints of Deep Magenta #C203DD
RGB
CMYK
RGB Variations
Color information
#C203DD (or 0xC203DD) is known color: Deep Magenta. HEX triplet: C2, 03 and DD. RGB value is (194,3,221). Sum of RGB (Red+Green+Blue) = 194+3+221=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #C203DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C203DD is #3DFC22. Grayscale: #545454. Windows color (decimal): -4062243 or 14484418. OLE color: 14484418.
HSL color Cylindrical-coordinate representation of color #C203DD: hue angle of 292.57º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C203DD is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 3 | 221 | - |
| CMYK | 0.12 | 0.99 | 0 | 0.13 |
| HSL | 292.57º | 0.97% | 0.44% | - |
| HSV(B) | 292.57º | 0.99% | 0.87% | - |
| XYZ | 35.33 | 16.75 | 69.78 | - |
| YUV | 84.96 | 204.78 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 3 | 221 | 0.12 | 0.99 | 0 | 0.13 | 292.57 | 0.97 | 0.44 |
| Hex | C2 | 3 | DD | C | 63 | 0 | D | 125 | 61 | 2C |
| Octal | 302 | 3 | 335 | 14 | 143 | 0 | 15 | 445 | 141 | 54 |
| Binary | 11000010 | 11 | 11011101 | 1100 | 1100011 | 0 | 1101 | 100100101 | 1100001 | 101100 |
Color Harmonies of #C203DD
Complementary color
Monochromatic Colors of #C203DD
Black with #C203DD
Text Example
Text Example
White with #C203DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C203DD; }
p { color: rgb(194,3,221); }
H1.HeaderClassName
{
color: #C203DD;
}
.AnyTagClassName
{
color: #C203DD;
}
</style>
background-color css
<style>
a { background-color: #C203DD; }
a { background-color: rgb(194,3,221); }
div.DivClassName
{
background-color: #C203DD;
}
.BgClassName
{
background-color: #C203DD;
}
</style>
border-color css
<style>
span { border-color: #C203DD; }
span { border-color: rgb(194,3,221); }
td.TdClassName
{
border-color: #C203DD;
}
.TagClassName
{
border-color: #C203DD;
}
</style>