Shades of Deep Magenta #C022CB
Tints of Deep Magenta #C022CB
RGB
CMYK
RGB Variations
Color information
#C022CB (or 0xC022CB) is known color: Deep Magenta. HEX triplet: C0, 22 and CB. RGB value is (192,34,203). Sum of RGB (Red+Green+Blue) = 192+34+203=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 34 (13.67% from 255 or 7.93% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #C022CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C022CB is #3FDD34. Grayscale: #636363. Windows color (decimal): -4185397 or 13312704. OLE color: 13312704.
HSL color Cylindrical-coordinate representation of color #C022CB: hue angle of 296.09º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C022CB is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 34 | 203 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.20 |
| HSL | 296.09º | 0.71% | 0.46% | - |
| HSV(B) | 296.09º | 0.83% | 0.8% | - |
| XYZ | 33.09 | 16.66 | 57.97 | - |
| YUV | 100.51 | 185.85 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 203 | 0.05 | 0.83 | 0 | 0.20 | 296.09 | 0.71 | 0.46 |
| Hex | C0 | 22 | CB | 5 | 53 | 0 | 14 | 128 | 47 | 2E |
| Octal | 300 | 42 | 313 | 5 | 123 | 0 | 24 | 450 | 107 | 56 |
| Binary | 11000000 | 100010 | 11001011 | 101 | 1010011 | 0 | 10100 | 100101000 | 1000111 | 101110 |
Color Harmonies of #C022CB
Complementary color
Monochromatic Colors of #C022CB
Black with #C022CB
Text Example
Text Example
White with #C022CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C022CB; }
p { color: rgb(192,34,203); }
H1.HeaderClassName
{
color: #C022CB;
}
.AnyTagClassName
{
color: #C022CB;
}
</style>
background-color css
<style>
a { background-color: #C022CB; }
a { background-color: rgb(192,34,203); }
div.DivClassName
{
background-color: #C022CB;
}
.BgClassName
{
background-color: #C022CB;
}
</style>
border-color css
<style>
span { border-color: #C022CB; }
span { border-color: rgb(192,34,203); }
td.TdClassName
{
border-color: #C022CB;
}
.TagClassName
{
border-color: #C022CB;
}
</style>