Shades of Deep Magenta #C023C5
Tints of Deep Magenta #C023C5
RGB
CMYK
RGB Variations
Color information
#C023C5 (or 0xC023C5) is known color: Deep Magenta. HEX triplet: C0, 23 and C5. RGB value is (192,35,197). Sum of RGB (Red+Green+Blue) = 192+35+197=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 35 (14.06% from 255 or 8.25% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #C023C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C023C5 is #3FDC3A. Grayscale: #636363. Windows color (decimal): -4185147 or 12919744. OLE color: 12919744.
HSL color Cylindrical-coordinate representation of color #C023C5: hue angle of 298.15º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C023C5 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 35 | 197 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.23 |
| HSL | 298.15º | 0.7% | 0.45% | - |
| HSV(B) | 298.15º | 0.82% | 0.77% | - |
| XYZ | 32.42 | 16.44 | 54.29 | - |
| YUV | 100.41 | 182.51 | 193.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 35 | 197 | 0.03 | 0.82 | 0 | 0.23 | 298.15 | 0.7 | 0.45 |
| Hex | C0 | 23 | C5 | 3 | 52 | 0 | 17 | 12A | 46 | 2D |
| Octal | 300 | 43 | 305 | 3 | 122 | 0 | 27 | 452 | 106 | 55 |
| Binary | 11000000 | 100011 | 11000101 | 11 | 1010010 | 0 | 10111 | 100101010 | 1000110 | 101101 |
Color Harmonies of #C023C5
Complementary color
Monochromatic Colors of #C023C5
Black with #C023C5
Text Example
Text Example
White with #C023C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C023C5; }
p { color: rgb(192,35,197); }
H1.HeaderClassName
{
color: #C023C5;
}
.AnyTagClassName
{
color: #C023C5;
}
</style>
background-color css
<style>
a { background-color: #C023C5; }
a { background-color: rgb(192,35,197); }
div.DivClassName
{
background-color: #C023C5;
}
.BgClassName
{
background-color: #C023C5;
}
</style>
border-color css
<style>
span { border-color: #C023C5; }
span { border-color: rgb(192,35,197); }
td.TdClassName
{
border-color: #C023C5;
}
.TagClassName
{
border-color: #C023C5;
}
</style>