Shades of Deep Magenta #C223DC
Tints of Deep Magenta #C223DC
RGB
CMYK
RGB Variations
Color information
#C223DC (or 0xC223DC) is known color: Deep Magenta. HEX triplet: C2, 23 and DC. RGB value is (194,35,220). Sum of RGB (Red+Green+Blue) = 194+35+220=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 35 (14.06% from 255 or 7.80% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #C223DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C223DC is #3DDC23. Grayscale: #676767. Windows color (decimal): -4054052 or 14427074. OLE color: 14427074.
HSL color Cylindrical-coordinate representation of color #C223DC: hue angle of 291.57º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C223DC is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 35 | 220 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.14 |
| HSL | 291.57º | 0.73% | 0.5% | - |
| HSV(B) | 291.57º | 0.84% | 0.86% | - |
| XYZ | 35.77 | 17.84 | 69.27 | - |
| YUV | 103.63 | 193.68 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 220 | 0.12 | 0.84 | 0 | 0.14 | 291.57 | 0.73 | 0.5 |
| Hex | C2 | 23 | DC | C | 54 | 0 | E | 124 | 49 | 32 |
| Octal | 302 | 43 | 334 | 14 | 124 | 0 | 16 | 444 | 111 | 62 |
| Binary | 11000010 | 100011 | 11011100 | 1100 | 1010100 | 0 | 1110 | 100100100 | 1001001 | 110010 |
Color Harmonies of #C223DC
Complementary color
Monochromatic Colors of #C223DC
Black with #C223DC
Text Example
Text Example
White with #C223DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C223DC; }
p { color: rgb(194,35,220); }
H1.HeaderClassName
{
color: #C223DC;
}
.AnyTagClassName
{
color: #C223DC;
}
</style>
background-color css
<style>
a { background-color: #C223DC; }
a { background-color: rgb(194,35,220); }
div.DivClassName
{
background-color: #C223DC;
}
.BgClassName
{
background-color: #C223DC;
}
</style>
border-color css
<style>
span { border-color: #C223DC; }
span { border-color: rgb(194,35,220); }
td.TdClassName
{
border-color: #C223DC;
}
.TagClassName
{
border-color: #C223DC;
}
</style>