Shades of Deep Magenta #C004B2
Tints of Deep Magenta #C004B2
RGB
CMYK
RGB Variations
Color information
#C004B2 (or 0xC004B2) is known color: Deep Magenta. HEX triplet: C0, 04 and B2. RGB value is (192,4,178). Sum of RGB (Red+Green+Blue) = 192+4+178=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 178 (69.92% from 255 or 47.59% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C004B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C004B2 is #3FFB4D. Grayscale: #4F4F4F. Windows color (decimal): -4193102 or 11666624. OLE color: 11666624.
HSL color Cylindrical-coordinate representation of color #C004B2: hue angle of 304.47º 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 #C004B2 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 4 | 178 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.25 |
| HSL | 304.47º | 0.96% | 0.38% | - |
| HSV(B) | 304.47º | 0.98% | 0.75% | - |
| XYZ | 29.82 | 14.51 | 43.35 | - |
| YUV | 80.05 | 183.28 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 178 | 0 | 0.98 | 0.07 | 0.25 | 304.47 | 0.96 | 0.38 |
| Hex | C0 | 4 | B2 | 0 | 62 | 7 | 19 | 130 | 60 | 26 |
| Octal | 300 | 4 | 262 | 0 | 142 | 7 | 31 | 460 | 140 | 46 |
| Binary | 11000000 | 100 | 10110010 | 0 | 1100010 | 111 | 11001 | 100110000 | 1100000 | 100110 |
Color Harmonies of #C004B2
Complementary color
Monochromatic Colors of #C004B2
Black with #C004B2
Text Example
Text Example
White with #C004B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004B2; }
p { color: rgb(192,4,178); }
H1.HeaderClassName
{
color: #C004B2;
}
.AnyTagClassName
{
color: #C004B2;
}
</style>
background-color css
<style>
a { background-color: #C004B2; }
a { background-color: rgb(192,4,178); }
div.DivClassName
{
background-color: #C004B2;
}
.BgClassName
{
background-color: #C004B2;
}
</style>
border-color css
<style>
span { border-color: #C004B2; }
span { border-color: rgb(192,4,178); }
td.TdClassName
{
border-color: #C004B2;
}
.TagClassName
{
border-color: #C004B2;
}
</style>