Shades of Deep Magenta #CC10CA
Tints of Deep Magenta #CC10CA
RGB
CMYK
RGB Variations
Color information
#CC10CA (or 0xCC10CA) is known color: Deep Magenta. HEX triplet: CC, 10 and CA. RGB value is (204,16,202). Sum of RGB (Red+Green+Blue) = 204+16+202=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 16 (6.64% from 255 or 3.79% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10CA is #33EF35. Grayscale: #5C5C5C. Windows color (decimal): -3403574 or 13242572. OLE color: 13242572.
HSL color Cylindrical-coordinate representation of color #CC10CA: hue angle of 300.64º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC10CA is Cyan = 0, Magento = 0.92, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 202 | - |
| CMYK | 0 | 0.92 | 0.01 | 0.2 |
| HSL | 300.64º | 0.85% | 0.43% | - |
| HSV(B) | 300.64º | 0.92% | 0.8% | - |
| XYZ | 35.75 | 17.47 | 57.37 | - |
| YUV | 93.42 | 189.28 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 202 | 0 | 0.92 | 0.01 | 0.2 | 300.64 | 0.85 | 0.43 |
| Hex | CC | 10 | CA | 0 | 5C | 1 | 14 | 12D | 55 | 2B |
| Octal | 314 | 20 | 312 | 0 | 134 | 1 | 24 | 455 | 125 | 53 |
| Binary | 11001100 | 10000 | 11001010 | 0 | 1011100 | 1 | 10100 | 100101101 | 1010101 | 101011 |
Color Harmonies of #CC10CA
Complementary color
Monochromatic Colors of #CC10CA
Black with #CC10CA
Text Example
Text Example
White with #CC10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10CA; }
p { color: rgb(204,16,202); }
H1.HeaderClassName
{
color: #CC10CA;
}
.AnyTagClassName
{
color: #CC10CA;
}
</style>
background-color css
<style>
a { background-color: #CC10CA; }
a { background-color: rgb(204,16,202); }
div.DivClassName
{
background-color: #CC10CA;
}
.BgClassName
{
background-color: #CC10CA;
}
</style>
border-color css
<style>
span { border-color: #CC10CA; }
span { border-color: rgb(204,16,202); }
td.TdClassName
{
border-color: #CC10CA;
}
.TagClassName
{
border-color: #CC10CA;
}
</style>