Shades of Deep Magenta #C01BC3
Tints of Deep Magenta #C01BC3
RGB
CMYK
RGB Variations
Color information
#C01BC3 (or 0xC01BC3) is known color: Deep Magenta. HEX triplet: C0, 1B and C3. RGB value is (192,27,195). Sum of RGB (Red+Green+Blue) = 192+27+195=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 195 (76.56% from 255 or 47.10% from 414); Max value from RGB is 195 - color contains mainly: blue. Hex color #C01BC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C01BC3 is #3FE43C. Grayscale: #5E5E5E. Windows color (decimal): -4187197 or 12786624. OLE color: 12786624.
HSL color Cylindrical-coordinate representation of color #C01BC3: hue angle of 298.93º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01BC3 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 27 | 195 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.24 |
| HSL | 298.93º | 0.76% | 0.44% | - |
| HSV(B) | 298.93º | 0.86% | 0.76% | - |
| XYZ | 31.98 | 15.93 | 53.02 | - |
| YUV | 95.49 | 184.16 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 195 | 0.02 | 0.86 | 0 | 0.24 | 298.93 | 0.76 | 0.44 |
| Hex | C0 | 1B | C3 | 2 | 56 | 0 | 18 | 12B | 4C | 2C |
| Octal | 300 | 33 | 303 | 2 | 126 | 0 | 30 | 453 | 114 | 54 |
| Binary | 11000000 | 11011 | 11000011 | 10 | 1010110 | 0 | 11000 | 100101011 | 1001100 | 101100 |
Color Harmonies of #C01BC3
Complementary color
Monochromatic Colors of #C01BC3
Black with #C01BC3
Text Example
Text Example
White with #C01BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01BC3; }
p { color: rgb(192,27,195); }
H1.HeaderClassName
{
color: #C01BC3;
}
.AnyTagClassName
{
color: #C01BC3;
}
</style>
background-color css
<style>
a { background-color: #C01BC3; }
a { background-color: rgb(192,27,195); }
div.DivClassName
{
background-color: #C01BC3;
}
.BgClassName
{
background-color: #C01BC3;
}
</style>
border-color css
<style>
span { border-color: #C01BC3; }
span { border-color: rgb(192,27,195); }
td.TdClassName
{
border-color: #C01BC3;
}
.TagClassName
{
border-color: #C01BC3;
}
</style>