Shades of Deep Magenta #CC03CE
Tints of Deep Magenta #CC03CE
RGB
CMYK
RGB Variations
Color information
#CC03CE (or 0xCC03CE) is known color: Deep Magenta. HEX triplet: CC, 03 and CE. RGB value is (204,3,206). Sum of RGB (Red+Green+Blue) = 204+3+206=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 3 (1.56% from 255 or 0.73% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03CE is #33FC31. Grayscale: #555555. Windows color (decimal): -3406898 or 13501388. OLE color: 13501388.
HSL color Cylindrical-coordinate representation of color #CC03CE: hue angle of 299.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03CE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 3 | 206 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.19 |
| HSL | 299.41º | 0.97% | 0.41% | - |
| HSV(B) | 299.41º | 0.99% | 0.81% | - |
| XYZ | 36.07 | 17.36 | 59.84 | - |
| YUV | 86.24 | 195.59 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 206 | 0.01 | 0.99 | 0 | 0.19 | 299.41 | 0.97 | 0.41 |
| Hex | CC | 3 | CE | 1 | 63 | 0 | 13 | 12B | 61 | 29 |
| Octal | 314 | 3 | 316 | 1 | 143 | 0 | 23 | 453 | 141 | 51 |
| Binary | 11001100 | 11 | 11001110 | 1 | 1100011 | 0 | 10011 | 100101011 | 1100001 | 101001 |
Color Harmonies of #CC03CE
Complementary color
Monochromatic Colors of #CC03CE
Black with #CC03CE
Text Example
Text Example
White with #CC03CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03CE; }
p { color: rgb(204,3,206); }
H1.HeaderClassName
{
color: #CC03CE;
}
.AnyTagClassName
{
color: #CC03CE;
}
</style>
background-color css
<style>
a { background-color: #CC03CE; }
a { background-color: rgb(204,3,206); }
div.DivClassName
{
background-color: #CC03CE;
}
.BgClassName
{
background-color: #CC03CE;
}
</style>
border-color css
<style>
span { border-color: #CC03CE; }
span { border-color: rgb(204,3,206); }
td.TdClassName
{
border-color: #CC03CE;
}
.TagClassName
{
border-color: #CC03CE;
}
</style>