Shades of Deep Magenta #C023DD
Tints of Deep Magenta #C023DD
RGB
CMYK
RGB Variations
Color information
#C023DD (or 0xC023DD) is known color: Deep Magenta. HEX triplet: C0, 23 and DD. RGB value is (192,35,221). Sum of RGB (Red+Green+Blue) = 192+35+221=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 35 (14.06% from 255 or 7.81% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #C023DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023DD is #3FDC22. Grayscale: #666666. Windows color (decimal): -4185123 or 14492608. OLE color: 14492608.
HSL color Cylindrical-coordinate representation of color #C023DD: hue angle of 290.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C023DD is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 35 | 221 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.13 |
| HSL | 290.65º | 0.73% | 0.5% | - |
| HSV(B) | 290.65º | 0.84% | 0.87% | - |
| XYZ | 35.39 | 17.63 | 69.94 | - |
| YUV | 103.15 | 194.51 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 221 | 0.13 | 0.84 | 0 | 0.13 | 290.65 | 0.73 | 0.5 |
| Hex | C0 | 23 | DD | D | 54 | 0 | D | 123 | 49 | 32 |
| Octal | 300 | 43 | 335 | 15 | 124 | 0 | 15 | 443 | 111 | 62 |
| Binary | 11000000 | 100011 | 11011101 | 1101 | 1010100 | 0 | 1101 | 100100011 | 1001001 | 110010 |
Color Harmonies of #C023DD
Complementary color
Monochromatic Colors of #C023DD
Black with #C023DD
Text Example
Text Example
White with #C023DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023DD; }
p { color: rgb(192,35,221); }
H1.HeaderClassName
{
color: #C023DD;
}
.AnyTagClassName
{
color: #C023DD;
}
</style>
background-color css
<style>
a { background-color: #C023DD; }
a { background-color: rgb(192,35,221); }
div.DivClassName
{
background-color: #C023DD;
}
.BgClassName
{
background-color: #C023DD;
}
</style>
border-color css
<style>
span { border-color: #C023DD; }
span { border-color: rgb(192,35,221); }
td.TdClassName
{
border-color: #C023DD;
}
.TagClassName
{
border-color: #C023DD;
}
</style>