Shades of Deep Magenta #C01CBF
Tints of Deep Magenta #C01CBF
RGB
CMYK
RGB Variations
Color information
#C01CBF (or 0xC01CBF) is known color: Deep Magenta. HEX triplet: C0, 1C and BF. RGB value is (192,28,191). Sum of RGB (Red+Green+Blue) = 192+28+191=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C01CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01CBF is #3FE340. Grayscale: #5F5F5F. Windows color (decimal): -4186945 or 12524736. OLE color: 12524736.
HSL color Cylindrical-coordinate representation of color #C01CBF: hue angle of 300.37º degrees, saturation: 0.75, 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 #C01CBF is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 28 | 191 | - |
| CMYK | 0 | 0.85 | 0.01 | 0.25 |
| HSL | 300.37º | 0.75% | 0.43% | - |
| HSV(B) | 300.37º | 0.85% | 0.75% | - |
| XYZ | 31.56 | 15.8 | 50.68 | - |
| YUV | 95.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 28 | 191 | 0 | 0.85 | 0.01 | 0.25 | 300.37 | 0.75 | 0.43 |
| Hex | C0 | 1C | BF | 0 | 55 | 1 | 19 | 12C | 4B | 2B |
| Octal | 300 | 34 | 277 | 0 | 125 | 1 | 31 | 454 | 113 | 53 |
| Binary | 11000000 | 11100 | 10111111 | 0 | 1010101 | 1 | 11001 | 100101100 | 1001011 | 101011 |
Color Harmonies of #C01CBF
Complementary color
Monochromatic Colors of #C01CBF
Black with #C01CBF
Text Example
Text Example
White with #C01CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01CBF; }
p { color: rgb(192,28,191); }
H1.HeaderClassName
{
color: #C01CBF;
}
.AnyTagClassName
{
color: #C01CBF;
}
</style>
background-color css
<style>
a { background-color: #C01CBF; }
a { background-color: rgb(192,28,191); }
div.DivClassName
{
background-color: #C01CBF;
}
.BgClassName
{
background-color: #C01CBF;
}
</style>
border-color css
<style>
span { border-color: #C01CBF; }
span { border-color: rgb(192,28,191); }
td.TdClassName
{
border-color: #C01CBF;
}
.TagClassName
{
border-color: #C01CBF;
}
</style>