Shades of Deep Magenta #C01BB8
Tints of Deep Magenta #C01BB8
RGB
CMYK
RGB Variations
Color information
#C01BB8 (or 0xC01BB8) is known color: Deep Magenta. HEX triplet: C0, 1B and B8. RGB value is (192,27,184). Sum of RGB (Red+Green+Blue) = 192+27+184=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 184 (72.27% from 255 or 45.66% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BB8 is #3FE447. Grayscale: #5D5D5D. Windows color (decimal): -4187208 or 12065728. OLE color: 12065728.
HSL color Cylindrical-coordinate representation of color #C01BB8: hue angle of 302.91º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01BB8 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 184 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.25 |
| HSL | 302.91º | 0.75% | 0.43% | - |
| HSV(B) | 302.91º | 0.86% | 0.75% | - |
| XYZ | 30.78 | 15.45 | 46.71 | - |
| YUV | 94.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 184 | 0 | 0.86 | 0.04 | 0.25 | 302.91 | 0.75 | 0.43 |
| Hex | C0 | 1B | B8 | 0 | 56 | 4 | 19 | 12F | 4B | 2B |
| Octal | 300 | 33 | 270 | 0 | 126 | 4 | 31 | 457 | 113 | 53 |
| Binary | 11000000 | 11011 | 10111000 | 0 | 1010110 | 100 | 11001 | 100101111 | 1001011 | 101011 |
Color Harmonies of #C01BB8
Complementary color
Monochromatic Colors of #C01BB8
Black with #C01BB8
Text Example
Text Example
White with #C01BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BB8; }
p { color: rgb(192,27,184); }
H1.HeaderClassName
{
color: #C01BB8;
}
.AnyTagClassName
{
color: #C01BB8;
}
</style>
background-color css
<style>
a { background-color: #C01BB8; }
a { background-color: rgb(192,27,184); }
div.DivClassName
{
background-color: #C01BB8;
}
.BgClassName
{
background-color: #C01BB8;
}
</style>
border-color css
<style>
span { border-color: #C01BB8; }
span { border-color: rgb(192,27,184); }
td.TdClassName
{
border-color: #C01BB8;
}
.TagClassName
{
border-color: #C01BB8;
}
</style>