Shades of Deep Magenta #CC0CCF
Tints of Deep Magenta #CC0CCF
RGB
CMYK
RGB Variations
Color information
#CC0CCF (or 0xCC0CCF) is known color: Deep Magenta. HEX triplet: CC, 0C and CF. RGB value is (204,12,207). Sum of RGB (Red+Green+Blue) = 204+12+207=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC0CCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CCF is #33F330. Grayscale: #5B5B5B. Windows color (decimal): -3404593 or 13569228. OLE color: 13569228.
HSL color Cylindrical-coordinate representation of color #CC0CCF: hue angle of 299.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0CCF is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 12 | 207 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.19 |
| HSL | 299.08º | 0.89% | 0.43% | - |
| HSV(B) | 299.08º | 0.94% | 0.81% | - |
| XYZ | 36.3 | 17.61 | 60.52 | - |
| YUV | 91.64 | 193.11 | 208.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 207 | 0.01 | 0.94 | 0 | 0.19 | 299.08 | 0.89 | 0.43 |
| Hex | CC | C | CF | 1 | 5E | 0 | 13 | 12B | 59 | 2B |
| Octal | 314 | 14 | 317 | 1 | 136 | 0 | 23 | 453 | 131 | 53 |
| Binary | 11001100 | 1100 | 11001111 | 1 | 1011110 | 0 | 10011 | 100101011 | 1011001 | 101011 |
Color Harmonies of #CC0CCF
Complementary color
Monochromatic Colors of #CC0CCF
Black with #CC0CCF
Text Example
Text Example
White with #CC0CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CCF; }
p { color: rgb(204,12,207); }
H1.HeaderClassName
{
color: #CC0CCF;
}
.AnyTagClassName
{
color: #CC0CCF;
}
</style>
background-color css
<style>
a { background-color: #CC0CCF; }
a { background-color: rgb(204,12,207); }
div.DivClassName
{
background-color: #CC0CCF;
}
.BgClassName
{
background-color: #CC0CCF;
}
</style>
border-color css
<style>
span { border-color: #CC0CCF; }
span { border-color: rgb(204,12,207); }
td.TdClassName
{
border-color: #CC0CCF;
}
.TagClassName
{
border-color: #CC0CCF;
}
</style>