Shades of Deep Magenta #C01BDF
Tints of Deep Magenta #C01BDF
RGB
CMYK
RGB Variations
Color information
#C01BDF (or 0xC01BDF) is known color: Deep Magenta. HEX triplet: C0, 1B and DF. RGB value is (192,27,223). Sum of RGB (Red+Green+Blue) = 192+27+223=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 27 (10.94% from 255 or 6.11% from 442); Blue value is 223 (87.5% from 255 or 50.45% from 442); Max value from RGB is 223 - color contains mainly: blue. Hex color #C01BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BDF is #3FE420. Grayscale: #626262. Windows color (decimal): -4187169 or 14621632. OLE color: 14621632.
HSL color Cylindrical-coordinate representation of color #C01BDF: hue angle of 290.51º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01BDF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 27 | 223 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.13 |
| HSL | 290.51º | 0.78% | 0.49% | - |
| HSV(B) | 290.51º | 0.88% | 0.87% | - |
| XYZ | 35.45 | 17.32 | 71.29 | - |
| YUV | 98.68 | 198.16 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 223 | 0.14 | 0.88 | 0 | 0.13 | 290.51 | 0.78 | 0.49 |
| Hex | C0 | 1B | DF | E | 58 | 0 | D | 123 | 4E | 31 |
| Octal | 300 | 33 | 337 | 16 | 130 | 0 | 15 | 443 | 116 | 61 |
| Binary | 11000000 | 11011 | 11011111 | 1110 | 1011000 | 0 | 1101 | 100100011 | 1001110 | 110001 |
Color Harmonies of #C01BDF
Complementary color
Monochromatic Colors of #C01BDF
Black with #C01BDF
Text Example
Text Example
White with #C01BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BDF; }
p { color: rgb(192,27,223); }
H1.HeaderClassName
{
color: #C01BDF;
}
.AnyTagClassName
{
color: #C01BDF;
}
</style>
background-color css
<style>
a { background-color: #C01BDF; }
a { background-color: rgb(192,27,223); }
div.DivClassName
{
background-color: #C01BDF;
}
.BgClassName
{
background-color: #C01BDF;
}
</style>
border-color css
<style>
span { border-color: #C01BDF; }
span { border-color: rgb(192,27,223); }
td.TdClassName
{
border-color: #C01BDF;
}
.TagClassName
{
border-color: #C01BDF;
}
</style>