Shades of Deep Magenta #C01BBE
Tints of Deep Magenta #C01BBE
RGB
CMYK
RGB Variations
Color information
#C01BBE (or 0xC01BBE) is known color: Deep Magenta. HEX triplet: C0, 1B and BE. RGB value is (192,27,190). Sum of RGB (Red+Green+Blue) = 192+27+190=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BBE is #3FE441. Grayscale: #5E5E5E. Windows color (decimal): -4187202 or 12458944. OLE color: 12458944.
HSL color Cylindrical-coordinate representation of color #C01BBE: hue angle of 300.73º 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 #C01BBE is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 190 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.25 |
| HSL | 300.73º | 0.75% | 0.43% | - |
| HSV(B) | 300.73º | 0.86% | 0.75% | - |
| XYZ | 31.42 | 15.71 | 50.09 | - |
| YUV | 94.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 190 | 0 | 0.86 | 0.01 | 0.25 | 300.73 | 0.75 | 0.43 |
| Hex | C0 | 1B | BE | 0 | 56 | 1 | 19 | 12D | 4B | 2B |
| Octal | 300 | 33 | 276 | 0 | 126 | 1 | 31 | 455 | 113 | 53 |
| Binary | 11000000 | 11011 | 10111110 | 0 | 1010110 | 1 | 11001 | 100101101 | 1001011 | 101011 |
Color Harmonies of #C01BBE
Complementary color
Monochromatic Colors of #C01BBE
Black with #C01BBE
Text Example
Text Example
White with #C01BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BBE; }
p { color: rgb(192,27,190); }
H1.HeaderClassName
{
color: #C01BBE;
}
.AnyTagClassName
{
color: #C01BBE;
}
</style>
background-color css
<style>
a { background-color: #C01BBE; }
a { background-color: rgb(192,27,190); }
div.DivClassName
{
background-color: #C01BBE;
}
.BgClassName
{
background-color: #C01BBE;
}
</style>
border-color css
<style>
span { border-color: #C01BBE; }
span { border-color: rgb(192,27,190); }
td.TdClassName
{
border-color: #C01BBE;
}
.TagClassName
{
border-color: #C01BBE;
}
</style>