Shades of Deep Magenta #C004BC
Tints of Deep Magenta #C004BC
RGB
CMYK
RGB Variations
Color information
#C004BC (or 0xC004BC) is known color: Deep Magenta. HEX triplet: C0, 04 and BC. RGB value is (192,4,188). Sum of RGB (Red+Green+Blue) = 192+4+188=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 4 (1.95% from 255 or 1.04% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C004BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004BC is #3FFB43. Grayscale: #505050. Windows color (decimal): -4193092 or 12321984. OLE color: 12321984.
HSL color Cylindrical-coordinate representation of color #C004BC: hue angle of 301.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004BC is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 188 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.25 |
| HSL | 301.28º | 0.96% | 0.38% | - |
| HSV(B) | 301.28º | 0.98% | 0.75% | - |
| XYZ | 30.86 | 14.92 | 48.83 | - |
| YUV | 81.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 188 | 0 | 0.98 | 0.02 | 0.25 | 301.28 | 0.96 | 0.38 |
| Hex | C0 | 4 | BC | 0 | 62 | 2 | 19 | 12D | 60 | 26 |
| Octal | 300 | 4 | 274 | 0 | 142 | 2 | 31 | 455 | 140 | 46 |
| Binary | 11000000 | 100 | 10111100 | 0 | 1100010 | 10 | 11001 | 100101101 | 1100000 | 100110 |
Color Harmonies of #C004BC
Complementary color
Monochromatic Colors of #C004BC
Black with #C004BC
Text Example
Text Example
White with #C004BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004BC; }
p { color: rgb(192,4,188); }
H1.HeaderClassName
{
color: #C004BC;
}
.AnyTagClassName
{
color: #C004BC;
}
</style>
background-color css
<style>
a { background-color: #C004BC; }
a { background-color: rgb(192,4,188); }
div.DivClassName
{
background-color: #C004BC;
}
.BgClassName
{
background-color: #C004BC;
}
</style>
border-color css
<style>
span { border-color: #C004BC; }
span { border-color: rgb(192,4,188); }
td.TdClassName
{
border-color: #C004BC;
}
.TagClassName
{
border-color: #C004BC;
}
</style>