Shades of Deep Magenta #C01ECF
Tints of Deep Magenta #C01ECF
RGB
CMYK
RGB Variations
Color information
#C01ECF (or 0xC01ECF) is known color: Deep Magenta. HEX triplet: C0, 1E and CF. RGB value is (192,30,207). Sum of RGB (Red+Green+Blue) = 192+30+207=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 30 (12.11% from 255 or 6.99% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #C01ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01ECF is #3FE130. Grayscale: #626262. Windows color (decimal): -4186417 or 13573824. OLE color: 13573824.
HSL color Cylindrical-coordinate representation of color #C01ECF: hue angle of 294.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01ECF is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 192 | 30 | 207 | - |
CMYK | 0.07 | 0.86 | 0 | 0.19 |
HSL | 294.92º | 0.75% | 0.46% | - |
HSV(B) | 294.92º | 0.86% | 0.81% | - |
XYZ | 33.46 | 16.64 | 60.48 | - |
YUV | 98.62 | 189.17 | 194.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 30 | 207 | 0.07 | 0.86 | 0 | 0.19 | 294.92 | 0.75 | 0.46 |
Hex | C0 | 1E | CF | 7 | 56 | 0 | 13 | 127 | 4B | 2E |
Octal | 300 | 36 | 317 | 7 | 126 | 0 | 23 | 447 | 113 | 56 |
Binary | 11000000 | 11110 | 11001111 | 111 | 1010110 | 0 | 10011 | 100100111 | 1001011 | 101110 |
Color Harmonies of #C01ECF
Complementary color
Monochromatic Colors of #C01ECF
Black with #C01ECF
Text Example
Text Example
White with #C01ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01ECF; }
p { color: rgb(192,30,207); }
H1.HeaderClassName
{
color: #C01ECF;
}
.AnyTagClassName
{
color: #C01ECF;
}
</style>
background-color css
<style>
a { background-color: #C01ECF; }
a { background-color: rgb(192,30,207); }
div.DivClassName
{
background-color: #C01ECF;
}
.BgClassName
{
background-color: #C01ECF;
}
</style>
border-color css
<style>
span { border-color: #C01ECF; }
span { border-color: rgb(192,30,207); }
td.TdClassName
{
border-color: #C01ECF;
}
.TagClassName
{
border-color: #C01ECF;
}
</style>