Shades of Deep Magenta #C023DA
Tints of Deep Magenta #C023DA
RGB
CMYK
RGB Variations
Color information
#C023DA (or 0xC023DA) is known color: Deep Magenta. HEX triplet: C0, 23 and DA. RGB value is (192,35,218). Sum of RGB (Red+Green+Blue) = 192+35+218=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 35 (14.06% from 255 or 7.87% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #C023DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023DA is #3FDC25. Grayscale: #666666. Windows color (decimal): -4185126 or 14296000. OLE color: 14296000.
HSL color Cylindrical-coordinate representation of color #C023DA: hue angle of 291.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C023DA is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 35 | 218 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.15 |
| HSL | 291.48º | 0.72% | 0.5% | - |
| HSV(B) | 291.48º | 0.84% | 0.85% | - |
| XYZ | 34.99 | 17.47 | 67.86 | - |
| YUV | 102.81 | 193.01 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 218 | 0.12 | 0.84 | 0 | 0.15 | 291.48 | 0.72 | 0.5 |
| Hex | C0 | 23 | DA | C | 54 | 0 | F | 123 | 48 | 32 |
| Octal | 300 | 43 | 332 | 14 | 124 | 0 | 17 | 443 | 110 | 62 |
| Binary | 11000000 | 100011 | 11011010 | 1100 | 1010100 | 0 | 1111 | 100100011 | 1001000 | 110010 |
Color Harmonies of #C023DA
Complementary color
Monochromatic Colors of #C023DA
Black with #C023DA
Text Example
Text Example
White with #C023DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023DA; }
p { color: rgb(192,35,218); }
H1.HeaderClassName
{
color: #C023DA;
}
.AnyTagClassName
{
color: #C023DA;
}
</style>
background-color css
<style>
a { background-color: #C023DA; }
a { background-color: rgb(192,35,218); }
div.DivClassName
{
background-color: #C023DA;
}
.BgClassName
{
background-color: #C023DA;
}
</style>
border-color css
<style>
span { border-color: #C023DA; }
span { border-color: rgb(192,35,218); }
td.TdClassName
{
border-color: #C023DA;
}
.TagClassName
{
border-color: #C023DA;
}
</style>