Shades of Deep Magenta #CC10CC
Tints of Deep Magenta #CC10CC
RGB
CMYK
RGB Variations
Color information
#CC10CC (or 0xCC10CC) is known color: Deep Magenta. HEX triplet: CC, 10 and CC. RGB value is (204,16,204). Sum of RGB (Red+Green+Blue) = 204+16+204=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC10CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC10CC is #33EF33. Grayscale: #5D5D5D. Windows color (decimal): -3403572 or 13373644. OLE color: 13373644.
HSL color Cylindrical-coordinate representation of color #CC10CC: hue angle of 300º 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 #CC10CC is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 204 | - |
| CMYK | 0 | 0.92 | 0 | 0.2 |
| HSL | 300º | 0.85% | 0.43% | - |
| HSV(B) | 300º | 0.92% | 0.8% | - |
| XYZ | 35.99 | 17.57 | 58.62 | - |
| YUV | 93.64 | 190.28 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 204 | 0 | 0.92 | 0 | 0.2 | 300 | 0.85 | 0.43 |
| Hex | CC | 10 | CC | 0 | 5C | 0 | 14 | 12C | 55 | 2B |
| Octal | 314 | 20 | 314 | 0 | 134 | 0 | 24 | 454 | 125 | 53 |
| Binary | 11001100 | 10000 | 11001100 | 0 | 1011100 | 0 | 10100 | 100101100 | 1010101 | 101011 |
Color Harmonies of #CC10CC
Complementary color
Monochromatic Colors of #CC10CC
Black with #CC10CC
Text Example
Text Example
White with #CC10CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC10CC; }
p { color: rgb(204,16,204); }
H1.HeaderClassName
{
color: #CC10CC;
}
.AnyTagClassName
{
color: #CC10CC;
}
</style>
background-color css
<style>
a { background-color: #CC10CC; }
a { background-color: rgb(204,16,204); }
div.DivClassName
{
background-color: #CC10CC;
}
.BgClassName
{
background-color: #CC10CC;
}
</style>
border-color css
<style>
span { border-color: #CC10CC; }
span { border-color: rgb(204,16,204); }
td.TdClassName
{
border-color: #CC10CC;
}
.TagClassName
{
border-color: #CC10CC;
}
</style>