Shades of Deep Magenta #CC10DA
Tints of Deep Magenta #CC10DA
RGB
CMYK
RGB Variations
Color information
#CC10DA (or 0xCC10DA) is known color: Deep Magenta. HEX triplet: CC, 10 and DA. RGB value is (204,16,218). Sum of RGB (Red+Green+Blue) = 204+16+218=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 16 (6.64% from 255 or 3.65% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10DA is #33EF25. Grayscale: #5E5E5E. Windows color (decimal): -3403558 or 14291148. OLE color: 14291148.
HSL color Cylindrical-coordinate representation of color #CC10DA: hue angle of 295.84º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC10DA is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 16 | 218 | - |
| CMYK | 0.06 | 0.93 | 0 | 0.15 |
| HSL | 295.84º | 0.86% | 0.46% | - |
| HSV(B) | 295.84º | 0.93% | 0.85% | - |
| XYZ | 37.74 | 18.27 | 67.87 | - |
| YUV | 95.24 | 197.28 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 218 | 0.06 | 0.93 | 0 | 0.15 | 295.84 | 0.86 | 0.46 |
| Hex | CC | 10 | DA | 6 | 5D | 0 | F | 128 | 56 | 2E |
| Octal | 314 | 20 | 332 | 6 | 135 | 0 | 17 | 450 | 126 | 56 |
| Binary | 11001100 | 10000 | 11011010 | 110 | 1011101 | 0 | 1111 | 100101000 | 1010110 | 101110 |
Color Harmonies of #CC10DA
Complementary color
Monochromatic Colors of #CC10DA
Black with #CC10DA
Text Example
Text Example
White with #CC10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10DA; }
p { color: rgb(204,16,218); }
H1.HeaderClassName
{
color: #CC10DA;
}
.AnyTagClassName
{
color: #CC10DA;
}
</style>
background-color css
<style>
a { background-color: #CC10DA; }
a { background-color: rgb(204,16,218); }
div.DivClassName
{
background-color: #CC10DA;
}
.BgClassName
{
background-color: #CC10DA;
}
</style>
border-color css
<style>
span { border-color: #CC10DA; }
span { border-color: rgb(204,16,218); }
td.TdClassName
{
border-color: #CC10DA;
}
.TagClassName
{
border-color: #CC10DA;
}
</style>