Shades of Deep Magenta #C01CBE
Tints of Deep Magenta #C01CBE
RGB
CMYK
RGB Variations
Color information
#C01CBE (or 0xC01CBE) is known color: Deep Magenta. HEX triplet: C0, 1C and BE. RGB value is (192,28,190). Sum of RGB (Red+Green+Blue) = 192+28+190=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CBE is #3FE341. Grayscale: #5F5F5F. Windows color (decimal): -4186946 or 12459200. OLE color: 12459200.
HSL color Cylindrical-coordinate representation of color #C01CBE: hue angle of 300.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01CBE is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 190 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.25 |
| HSL | 300.73º | 0.75% | 0.43% | - |
| HSV(B) | 300.73º | 0.85% | 0.75% | - |
| XYZ | 31.45 | 15.75 | 50.1 | - |
| YUV | 95.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 190 | 0 | 0.85 | 0.01 | 0.25 | 300.73 | 0.75 | 0.43 |
| Hex | C0 | 1C | BE | 0 | 55 | 1 | 19 | 12D | 4B | 2B |
| Octal | 300 | 34 | 276 | 0 | 125 | 1 | 31 | 455 | 113 | 53 |
| Binary | 11000000 | 11100 | 10111110 | 0 | 1010101 | 1 | 11001 | 100101101 | 1001011 | 101011 |
Color Harmonies of #C01CBE
Complementary color
Monochromatic Colors of #C01CBE
Black with #C01CBE
Text Example
Text Example
White with #C01CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CBE; }
p { color: rgb(192,28,190); }
H1.HeaderClassName
{
color: #C01CBE;
}
.AnyTagClassName
{
color: #C01CBE;
}
</style>
background-color css
<style>
a { background-color: #C01CBE; }
a { background-color: rgb(192,28,190); }
div.DivClassName
{
background-color: #C01CBE;
}
.BgClassName
{
background-color: #C01CBE;
}
</style>
border-color css
<style>
span { border-color: #C01CBE; }
span { border-color: rgb(192,28,190); }
td.TdClassName
{
border-color: #C01CBE;
}
.TagClassName
{
border-color: #C01CBE;
}
</style>