Shades of Deep Magenta #CC10CF
Tints of Deep Magenta #CC10CF
RGB
CMYK
RGB Variations
Color information
#CC10CF (or 0xCC10CF) is known color: Deep Magenta. HEX triplet: CC, 10 and CF. RGB value is (204,16,207). Sum of RGB (Red+Green+Blue) = 204+16+207=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #CC10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10CF is #33EF30. Grayscale: #5D5D5D. Windows color (decimal): -3403569 or 13570252. OLE color: 13570252.
HSL color Cylindrical-coordinate representation of color #CC10CF: 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.92%. Process color model (Four color, CMYK) of #CC10CF is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 16 | 207 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.19 |
| HSL | 299.06º | 0.86% | 0.44% | - |
| HSV(B) | 299.06º | 0.92% | 0.81% | - |
| XYZ | 36.35 | 17.71 | 60.53 | - |
| YUV | 93.99 | 191.78 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 207 | 0.01 | 0.92 | 0 | 0.19 | 299.06 | 0.86 | 0.44 |
| Hex | CC | 10 | CF | 1 | 5C | 0 | 13 | 12B | 56 | 2C |
| Octal | 314 | 20 | 317 | 1 | 134 | 0 | 23 | 453 | 126 | 54 |
| Binary | 11001100 | 10000 | 11001111 | 1 | 1011100 | 0 | 10011 | 100101011 | 1010110 | 101100 |
Color Harmonies of #CC10CF
Complementary color
Monochromatic Colors of #CC10CF
Black with #CC10CF
Text Example
Text Example
White with #CC10CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10CF; }
p { color: rgb(204,16,207); }
H1.HeaderClassName
{
color: #CC10CF;
}
.AnyTagClassName
{
color: #CC10CF;
}
</style>
background-color css
<style>
a { background-color: #CC10CF; }
a { background-color: rgb(204,16,207); }
div.DivClassName
{
background-color: #CC10CF;
}
.BgClassName
{
background-color: #CC10CF;
}
</style>
border-color css
<style>
span { border-color: #CC10CF; }
span { border-color: rgb(204,16,207); }
td.TdClassName
{
border-color: #CC10CF;
}
.TagClassName
{
border-color: #CC10CF;
}
</style>