Shades of Deep Magenta #C023CA
Tints of Deep Magenta #C023CA
RGB
CMYK
RGB Variations
Color information
#C023CA (or 0xC023CA) is known color: Deep Magenta. HEX triplet: C0, 23 and CA. RGB value is (192,35,202). Sum of RGB (Red+Green+Blue) = 192+35+202=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #C023CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023CA is #3FDC35. Grayscale: #646464. Windows color (decimal): -4185142 or 13247424. OLE color: 13247424.
HSL color Cylindrical-coordinate representation of color #C023CA: hue angle of 296.41º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C023CA is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 192 | 35 | 202 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.21 |
| HSL | 296.41º | 0.7% | 0.46% | - |
| HSV(B) | 296.41º | 0.83% | 0.79% | - |
| XYZ | 33 | 16.67 | 57.36 | - |
| YUV | 100.98 | 185.01 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 202 | 0.05 | 0.83 | 0 | 0.21 | 296.41 | 0.7 | 0.46 |
| Hex | C0 | 23 | CA | 5 | 53 | 0 | 15 | 128 | 46 | 2E |
| Octal | 300 | 43 | 312 | 5 | 123 | 0 | 25 | 450 | 106 | 56 |
| Binary | 11000000 | 100011 | 11001010 | 101 | 1010011 | 0 | 10101 | 100101000 | 1000110 | 101110 |
Color Harmonies of #C023CA
Complementary color
Monochromatic Colors of #C023CA
Black with #C023CA
Text Example
Text Example
White with #C023CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023CA; }
p { color: rgb(192,35,202); }
H1.HeaderClassName
{
color: #C023CA;
}
.AnyTagClassName
{
color: #C023CA;
}
</style>
background-color css
<style>
a { background-color: #C023CA; }
a { background-color: rgb(192,35,202); }
div.DivClassName
{
background-color: #C023CA;
}
.BgClassName
{
background-color: #C023CA;
}
</style>
border-color css
<style>
span { border-color: #C023CA; }
span { border-color: rgb(192,35,202); }
td.TdClassName
{
border-color: #C023CA;
}
.TagClassName
{
border-color: #C023CA;
}
</style>