Shades of Deep Magenta #C01CBC
Tints of Deep Magenta #C01CBC
RGB
CMYK
RGB Variations
Color information
#C01CBC (or 0xC01CBC) is known color: Deep Magenta. HEX triplet: C0, 1C and BC. RGB value is (192,28,188). Sum of RGB (Red+Green+Blue) = 192+28+188=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 28 (11.33% from 255 or 6.86% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CBC is #3FE343. Grayscale: #5E5E5E. Windows color (decimal): -4186948 or 12328128. OLE color: 12328128.
HSL color Cylindrical-coordinate representation of color #C01CBC: hue angle of 301.46º 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 #C01CBC is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 188 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.25 |
| HSL | 301.46º | 0.75% | 0.43% | - |
| HSV(B) | 301.46º | 0.85% | 0.75% | - |
| XYZ | 31.23 | 15.67 | 48.96 | - |
| YUV | 95.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 188 | 0 | 0.85 | 0.02 | 0.25 | 301.46 | 0.75 | 0.43 |
| Hex | C0 | 1C | BC | 0 | 55 | 2 | 19 | 12D | 4B | 2B |
| Octal | 300 | 34 | 274 | 0 | 125 | 2 | 31 | 455 | 113 | 53 |
| Binary | 11000000 | 11100 | 10111100 | 0 | 1010101 | 10 | 11001 | 100101101 | 1001011 | 101011 |
Color Harmonies of #C01CBC
Complementary color
Monochromatic Colors of #C01CBC
Black with #C01CBC
Text Example
Text Example
White with #C01CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CBC; }
p { color: rgb(192,28,188); }
H1.HeaderClassName
{
color: #C01CBC;
}
.AnyTagClassName
{
color: #C01CBC;
}
</style>
background-color css
<style>
a { background-color: #C01CBC; }
a { background-color: rgb(192,28,188); }
div.DivClassName
{
background-color: #C01CBC;
}
.BgClassName
{
background-color: #C01CBC;
}
</style>
border-color css
<style>
span { border-color: #C01CBC; }
span { border-color: rgb(192,28,188); }
td.TdClassName
{
border-color: #C01CBC;
}
.TagClassName
{
border-color: #C01CBC;
}
</style>