Shades of Deep Magenta #C01DBB
Tints of Deep Magenta #C01DBB
RGB
CMYK
RGB Variations
Color information
#C01DBB (or 0xC01DBB) is known color: Deep Magenta. HEX triplet: C0, 1D and BB. RGB value is (192,29,187). Sum of RGB (Red+Green+Blue) = 192+29+187=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C01DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01DBB is #3FE244. Grayscale: #5F5F5F. Windows color (decimal): -4186693 or 12262848. OLE color: 12262848.
HSL color Cylindrical-coordinate representation of color #C01DBB: hue angle of 301.84º degrees, saturation: 0.74, 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 #C01DBB is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 187 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.25 |
| HSL | 301.84º | 0.74% | 0.43% | - |
| HSV(B) | 301.84º | 0.85% | 0.75% | - |
| XYZ | 31.15 | 15.67 | 48.4 | - |
| YUV | 95.75 | 179.5 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 187 | 0 | 0.85 | 0.03 | 0.25 | 301.84 | 0.74 | 0.43 |
| Hex | C0 | 1D | BB | 0 | 55 | 3 | 19 | 12E | 4A | 2B |
| Octal | 300 | 35 | 273 | 0 | 125 | 3 | 31 | 456 | 112 | 53 |
| Binary | 11000000 | 11101 | 10111011 | 0 | 1010101 | 11 | 11001 | 100101110 | 1001010 | 101011 |
Color Harmonies of #C01DBB
Complementary color
Monochromatic Colors of #C01DBB
Black with #C01DBB
Text Example
Text Example
White with #C01DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01DBB; }
p { color: rgb(192,29,187); }
H1.HeaderClassName
{
color: #C01DBB;
}
.AnyTagClassName
{
color: #C01DBB;
}
</style>
background-color css
<style>
a { background-color: #C01DBB; }
a { background-color: rgb(192,29,187); }
div.DivClassName
{
background-color: #C01DBB;
}
.BgClassName
{
background-color: #C01DBB;
}
</style>
border-color css
<style>
span { border-color: #C01DBB; }
span { border-color: rgb(192,29,187); }
td.TdClassName
{
border-color: #C01DBB;
}
.TagClassName
{
border-color: #C01DBB;
}
</style>