Shades of Deep Magenta #C004C4
Tints of Deep Magenta #C004C4
RGB
CMYK
RGB Variations
Color information
#C004C4 (or 0xC004C4) is known color: Deep Magenta. HEX triplet: C0, 04 and C4. RGB value is (192,4,196). Sum of RGB (Red+Green+Blue) = 192+4+196=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 196 (76.95% from 255 or 50% from 392); Max value from RGB is 196 - color contains mainly: blue. Hex color #C004C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C004C4 is #3FFB3B. Grayscale: #515151. Windows color (decimal): -4193084 or 12846272. OLE color: 12846272.
HSL color Cylindrical-coordinate representation of color #C004C4: hue angle of 298.75º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C004C4 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 4 | 196 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.23 |
| HSL | 298.75º | 0.96% | 0.39% | - |
| HSV(B) | 298.75º | 0.98% | 0.77% | - |
| XYZ | 31.75 | 15.28 | 53.5 | - |
| YUV | 82.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 4 | 196 | 0.02 | 0.98 | 0 | 0.23 | 298.75 | 0.96 | 0.39 |
| Hex | C0 | 4 | C4 | 2 | 62 | 0 | 17 | 12B | 60 | 27 |
| Octal | 300 | 4 | 304 | 2 | 142 | 0 | 27 | 453 | 140 | 47 |
| Binary | 11000000 | 100 | 11000100 | 10 | 1100010 | 0 | 10111 | 100101011 | 1100000 | 100111 |
Color Harmonies of #C004C4
Complementary color
Monochromatic Colors of #C004C4
Black with #C004C4
Text Example
Text Example
White with #C004C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C004C4; }
p { color: rgb(192,4,196); }
H1.HeaderClassName
{
color: #C004C4;
}
.AnyTagClassName
{
color: #C004C4;
}
</style>
background-color css
<style>
a { background-color: #C004C4; }
a { background-color: rgb(192,4,196); }
div.DivClassName
{
background-color: #C004C4;
}
.BgClassName
{
background-color: #C004C4;
}
</style>
border-color css
<style>
span { border-color: #C004C4; }
span { border-color: rgb(192,4,196); }
td.TdClassName
{
border-color: #C004C4;
}
.TagClassName
{
border-color: #C004C4;
}
</style>