Shades of Deep Magenta #CC0CDF
Tints of Deep Magenta #CC0CDF
RGB
CMYK
RGB Variations
Color information
#CC0CDF (or 0xCC0CDF) is known color: Deep Magenta. HEX triplet: CC, 0C and DF. RGB value is (204,12,223). Sum of RGB (Red+Green+Blue) = 204+12+223=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 12 (5.08% from 255 or 2.73% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC0CDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CDF is #33F320. Grayscale: #5C5C5C. Windows color (decimal): -3404577 or 14617804. OLE color: 14617804.
HSL color Cylindrical-coordinate representation of color #CC0CDF: hue angle of 294.6º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC0CDF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 12 | 223 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.13 |
| HSL | 294.6º | 0.9% | 0.46% | - |
| HSV(B) | 294.6º | 0.95% | 0.87% | - |
| XYZ | 38.35 | 18.43 | 71.35 | - |
| YUV | 93.46 | 201.11 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 12 | 223 | 0.09 | 0.95 | 0 | 0.13 | 294.6 | 0.9 | 0.46 |
| Hex | CC | C | DF | 9 | 5F | 0 | D | 127 | 5A | 2E |
| Octal | 314 | 14 | 337 | 11 | 137 | 0 | 15 | 447 | 132 | 56 |
| Binary | 11001100 | 1100 | 11011111 | 1001 | 1011111 | 0 | 1101 | 100100111 | 1011010 | 101110 |
Color Harmonies of #CC0CDF
Complementary color
Monochromatic Colors of #CC0CDF
Black with #CC0CDF
Text Example
Text Example
White with #CC0CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0CDF; }
p { color: rgb(204,12,223); }
H1.HeaderClassName
{
color: #CC0CDF;
}
.AnyTagClassName
{
color: #CC0CDF;
}
</style>
background-color css
<style>
a { background-color: #CC0CDF; }
a { background-color: rgb(204,12,223); }
div.DivClassName
{
background-color: #CC0CDF;
}
.BgClassName
{
background-color: #CC0CDF;
}
</style>
border-color css
<style>
span { border-color: #CC0CDF; }
span { border-color: rgb(204,12,223); }
td.TdClassName
{
border-color: #CC0CDF;
}
.TagClassName
{
border-color: #CC0CDF;
}
</style>