Shades of Deep Magenta #CC0FCF
Tints of Deep Magenta #CC0FCF
RGB
CMYK
RGB Variations
Color information
#CC0FCF (or 0xCC0FCF) is known color: Deep Magenta. HEX triplet: CC, 0F and CF. RGB value is (204,15,207). Sum of RGB (Red+Green+Blue) = 204+15+207=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 15 (6.25% from 255 or 3.52% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0FCF is #33F030. Grayscale: #5C5C5C. Windows color (decimal): -3403825 or 13569996. OLE color: 13569996.
HSL color Cylindrical-coordinate representation of color #CC0FCF: hue angle of 299.06º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0FCF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 15 | 207 | - |
| CMYK | 0.01 | 0.93 | 0 | 0.19 |
| HSL | 299.06º | 0.86% | 0.44% | - |
| HSV(B) | 299.06º | 0.93% | 0.81% | - |
| XYZ | 36.34 | 17.68 | 60.53 | - |
| YUV | 93.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 15 | 207 | 0.01 | 0.93 | 0 | 0.19 | 299.06 | 0.86 | 0.44 |
| Hex | CC | F | CF | 1 | 5D | 0 | 13 | 12B | 56 | 2C |
| Octal | 314 | 17 | 317 | 1 | 135 | 0 | 23 | 453 | 126 | 54 |
| Binary | 11001100 | 1111 | 11001111 | 1 | 1011101 | 0 | 10011 | 100101011 | 1010110 | 101100 |
Color Harmonies of #CC0FCF
Complementary color
Monochromatic Colors of #CC0FCF
Black with #CC0FCF
Text Example
Text Example
White with #CC0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0FCF; }
p { color: rgb(204,15,207); }
H1.HeaderClassName
{
color: #CC0FCF;
}
.AnyTagClassName
{
color: #CC0FCF;
}
</style>
background-color css
<style>
a { background-color: #CC0FCF; }
a { background-color: rgb(204,15,207); }
div.DivClassName
{
background-color: #CC0FCF;
}
.BgClassName
{
background-color: #CC0FCF;
}
</style>
border-color css
<style>
span { border-color: #CC0FCF; }
span { border-color: rgb(204,15,207); }
td.TdClassName
{
border-color: #CC0FCF;
}
.TagClassName
{
border-color: #CC0FCF;
}
</style>