Shades of Deep Magenta #CC04CF
Tints of Deep Magenta #CC04CF
RGB
CMYK
RGB Variations
Color information
#CC04CF (or 0xCC04CF) is known color: Deep Magenta. HEX triplet: CC, 04 and CF. RGB value is (204,4,207). Sum of RGB (Red+Green+Blue) = 204+4+207=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 4 (1.95% from 255 or 0.96% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04CF is #33FB30. Grayscale: #565656. Windows color (decimal): -3406641 or 13567180. OLE color: 13567180.
HSL color Cylindrical-coordinate representation of color #CC04CF: hue angle of 299.11º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04CF is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 4 | 207 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.19 |
| HSL | 299.11º | 0.96% | 0.41% | - |
| HSV(B) | 299.11º | 0.98% | 0.81% | - |
| XYZ | 36.21 | 17.43 | 60.49 | - |
| YUV | 86.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 207 | 0.01 | 0.98 | 0 | 0.19 | 299.11 | 0.96 | 0.41 |
| Hex | CC | 4 | CF | 1 | 62 | 0 | 13 | 12B | 60 | 29 |
| Octal | 314 | 4 | 317 | 1 | 142 | 0 | 23 | 453 | 140 | 51 |
| Binary | 11001100 | 100 | 11001111 | 1 | 1100010 | 0 | 10011 | 100101011 | 1100000 | 101001 |
Color Harmonies of #CC04CF
Complementary color
Monochromatic Colors of #CC04CF
Black with #CC04CF
Text Example
Text Example
White with #CC04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04CF; }
p { color: rgb(204,4,207); }
H1.HeaderClassName
{
color: #CC04CF;
}
.AnyTagClassName
{
color: #CC04CF;
}
</style>
background-color css
<style>
a { background-color: #CC04CF; }
a { background-color: rgb(204,4,207); }
div.DivClassName
{
background-color: #CC04CF;
}
.BgClassName
{
background-color: #CC04CF;
}
</style>
border-color css
<style>
span { border-color: #CC04CF; }
span { border-color: rgb(204,4,207); }
td.TdClassName
{
border-color: #CC04CF;
}
.TagClassName
{
border-color: #CC04CF;
}
</style>