Shades of Deep Magenta #C022C1
Tints of Deep Magenta #C022C1
RGB
CMYK
RGB Variations
Color information
#C022C1 (or 0xC022C1) is known color: Deep Magenta. HEX triplet: C0, 22 and C1. RGB value is (192,34,193). Sum of RGB (Red+Green+Blue) = 192+34+193=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #C022C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022C1 is #3FDD3E. Grayscale: #626262. Windows color (decimal): -4185407 or 12657344. OLE color: 12657344.
HSL color Cylindrical-coordinate representation of color #C022C1: hue angle of 299.62º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C022C1 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 34 | 193 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.24 |
| HSL | 299.62º | 0.7% | 0.45% | - |
| HSV(B) | 299.62º | 0.82% | 0.76% | - |
| XYZ | 31.94 | 16.2 | 51.9 | - |
| YUV | 99.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 193 | 0.01 | 0.82 | 0 | 0.24 | 299.62 | 0.7 | 0.45 |
| Hex | C0 | 22 | C1 | 1 | 52 | 0 | 18 | 12C | 46 | 2D |
| Octal | 300 | 42 | 301 | 1 | 122 | 0 | 30 | 454 | 106 | 55 |
| Binary | 11000000 | 100010 | 11000001 | 1 | 1010010 | 0 | 11000 | 100101100 | 1000110 | 101101 |
Color Harmonies of #C022C1
Complementary color
Monochromatic Colors of #C022C1
Black with #C022C1
Text Example
Text Example
White with #C022C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022C1; }
p { color: rgb(192,34,193); }
H1.HeaderClassName
{
color: #C022C1;
}
.AnyTagClassName
{
color: #C022C1;
}
</style>
background-color css
<style>
a { background-color: #C022C1; }
a { background-color: rgb(192,34,193); }
div.DivClassName
{
background-color: #C022C1;
}
.BgClassName
{
background-color: #C022C1;
}
</style>
border-color css
<style>
span { border-color: #C022C1; }
span { border-color: rgb(192,34,193); }
td.TdClassName
{
border-color: #C022C1;
}
.TagClassName
{
border-color: #C022C1;
}
</style>