Shades of Deep Magenta #C022CC
Tints of Deep Magenta #C022CC
RGB
CMYK
RGB Variations
Color information
#C022CC (or 0xC022CC) is known color: Deep Magenta. HEX triplet: C0, 22 and CC. RGB value is (192,34,204). Sum of RGB (Red+Green+Blue) = 192+34+204=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 34 (13.67% from 255 or 7.91% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #C022CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022CC is #3FDD33. Grayscale: #646464. Windows color (decimal): -4185396 or 13378240. OLE color: 13378240.
HSL color Cylindrical-coordinate representation of color #C022CC: hue angle of 295.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C022CC is Cyan = 0.06, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 34 | 204 | - |
| CMYK | 0.06 | 0.83 | 0 | 0.2 |
| HSL | 295.76º | 0.71% | 0.47% | - |
| HSV(B) | 295.76º | 0.83% | 0.8% | - |
| XYZ | 33.21 | 16.71 | 58.6 | - |
| YUV | 100.62 | 186.35 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 204 | 0.06 | 0.83 | 0 | 0.2 | 295.76 | 0.71 | 0.47 |
| Hex | C0 | 22 | CC | 6 | 53 | 0 | 14 | 128 | 47 | 2F |
| Octal | 300 | 42 | 314 | 6 | 123 | 0 | 24 | 450 | 107 | 57 |
| Binary | 11000000 | 100010 | 11001100 | 110 | 1010011 | 0 | 10100 | 100101000 | 1000111 | 101111 |
Color Harmonies of #C022CC
Complementary color
Monochromatic Colors of #C022CC
Black with #C022CC
Text Example
Text Example
White with #C022CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022CC; }
p { color: rgb(192,34,204); }
H1.HeaderClassName
{
color: #C022CC;
}
.AnyTagClassName
{
color: #C022CC;
}
</style>
background-color css
<style>
a { background-color: #C022CC; }
a { background-color: rgb(192,34,204); }
div.DivClassName
{
background-color: #C022CC;
}
.BgClassName
{
background-color: #C022CC;
}
</style>
border-color css
<style>
span { border-color: #C022CC; }
span { border-color: rgb(192,34,204); }
td.TdClassName
{
border-color: #C022CC;
}
.TagClassName
{
border-color: #C022CC;
}
</style>