Shades of Deep Magenta #CC00CF
Tints of Deep Magenta #CC00CF
RGB
CMYK
RGB Variations
Color information
#CC00CF (or 0xCC00CF) is known color: Deep Magenta. HEX triplet: CC, 00 and CF. RGB value is (204,0,207). Sum of RGB (Red+Green+Blue) = 204+0+207=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC00CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00CF is #33FF30. Grayscale: #535353. Windows color (decimal): -3407665 or 13566156. OLE color: 13566156.
HSL color Cylindrical-coordinate representation of color #CC00CF: hue angle of 299.13º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00CF is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 0 | 207 | - |
| CMYK | 0.01 | 1 | 0 | 0.19 |
| HSL | 299.13º | 1% | 0.41% | - |
| HSV(B) | 299.13º | 1% | 0.81% | - |
| XYZ | 36.16 | 17.34 | 60.47 | - |
| YUV | 84.59 | 197.09 | 213.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 207 | 0.01 | 1 | 0 | 0.19 | 299.13 | 1 | 0.41 |
| Hex | CC | 0 | CF | 1 | 64 | 0 | 13 | 12B | 64 | 29 |
| Octal | 314 | 0 | 317 | 1 | 144 | 0 | 23 | 453 | 144 | 51 |
| Binary | 11001100 | 0 | 11001111 | 1 | 1100100 | 0 | 10011 | 100101011 | 1100100 | 101001 |
Color Harmonies of #CC00CF
Complementary color
Monochromatic Colors of #CC00CF
Black with #CC00CF
Text Example
Text Example
White with #CC00CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00CF; }
p { color: rgb(204,0,207); }
H1.HeaderClassName
{
color: #CC00CF;
}
.AnyTagClassName
{
color: #CC00CF;
}
</style>
background-color css
<style>
a { background-color: #CC00CF; }
a { background-color: rgb(204,0,207); }
div.DivClassName
{
background-color: #CC00CF;
}
.BgClassName
{
background-color: #CC00CF;
}
</style>
border-color css
<style>
span { border-color: #CC00CF; }
span { border-color: rgb(204,0,207); }
td.TdClassName
{
border-color: #CC00CF;
}
.TagClassName
{
border-color: #CC00CF;
}
</style>