Shades of Deep Magenta #C01BD8
Tints of Deep Magenta #C01BD8
RGB
CMYK
RGB Variations
Color information
#C01BD8 (or 0xC01BD8) is known color: Deep Magenta. HEX triplet: C0, 1B and D8. RGB value is (192,27,216). Sum of RGB (Red+Green+Blue) = 192+27+216=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 27 (10.94% from 255 or 6.21% from 435); Blue value is 216 (84.77% from 255 or 49.66% from 435); Max value from RGB is 216 - color contains mainly: blue. Hex color #C01BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BD8 is #3FE427. Grayscale: #616161. Windows color (decimal): -4187176 or 14162880. OLE color: 14162880.
HSL color Cylindrical-coordinate representation of color #C01BD8: hue angle of 292.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01BD8 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 27 | 216 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.15 |
| HSL | 292.38º | 0.78% | 0.48% | - |
| HSV(B) | 292.38º | 0.88% | 0.85% | - |
| XYZ | 34.52 | 16.95 | 66.42 | - |
| YUV | 97.88 | 194.66 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 216 | 0.11 | 0.88 | 0 | 0.15 | 292.38 | 0.78 | 0.48 |
| Hex | C0 | 1B | D8 | B | 58 | 0 | F | 124 | 4E | 30 |
| Octal | 300 | 33 | 330 | 13 | 130 | 0 | 17 | 444 | 116 | 60 |
| Binary | 11000000 | 11011 | 11011000 | 1011 | 1011000 | 0 | 1111 | 100100100 | 1001110 | 110000 |
Color Harmonies of #C01BD8
Complementary color
Monochromatic Colors of #C01BD8
Black with #C01BD8
Text Example
Text Example
White with #C01BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BD8; }
p { color: rgb(192,27,216); }
H1.HeaderClassName
{
color: #C01BD8;
}
.AnyTagClassName
{
color: #C01BD8;
}
</style>
background-color css
<style>
a { background-color: #C01BD8; }
a { background-color: rgb(192,27,216); }
div.DivClassName
{
background-color: #C01BD8;
}
.BgClassName
{
background-color: #C01BD8;
}
</style>
border-color css
<style>
span { border-color: #C01BD8; }
span { border-color: rgb(192,27,216); }
td.TdClassName
{
border-color: #C01BD8;
}
.TagClassName
{
border-color: #C01BD8;
}
</style>