Shades of Deep Magenta #CC03DF
Tints of Deep Magenta #CC03DF
RGB
CMYK
RGB Variations
Color information
#CC03DF (or 0xCC03DF) is known color: Deep Magenta. HEX triplet: CC, 03 and DF. RGB value is (204,3,223). Sum of RGB (Red+Green+Blue) = 204+3+223=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC03DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC03DF is #33FC20. Grayscale: #575757. Windows color (decimal): -3406881 or 14615500. OLE color: 14615500.
HSL color Cylindrical-coordinate representation of color #CC03DF: hue angle of 294.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC03DF is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 3 | 223 | - |
| CMYK | 0.09 | 0.99 | 0 | 0.13 |
| HSL | 294.82º | 0.97% | 0.44% | - |
| HSV(B) | 294.82º | 0.99% | 0.87% | - |
| XYZ | 38.25 | 18.23 | 71.31 | - |
| YUV | 88.18 | 204.09 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 3 | 223 | 0.09 | 0.99 | 0 | 0.13 | 294.82 | 0.97 | 0.44 |
| Hex | CC | 3 | DF | 9 | 63 | 0 | D | 127 | 61 | 2C |
| Octal | 314 | 3 | 337 | 11 | 143 | 0 | 15 | 447 | 141 | 54 |
| Binary | 11001100 | 11 | 11011111 | 1001 | 1100011 | 0 | 1101 | 100100111 | 1100001 | 101100 |
Color Harmonies of #CC03DF
Complementary color
Monochromatic Colors of #CC03DF
Black with #CC03DF
Text Example
Text Example
White with #CC03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC03DF; }
p { color: rgb(204,3,223); }
H1.HeaderClassName
{
color: #CC03DF;
}
.AnyTagClassName
{
color: #CC03DF;
}
</style>
background-color css
<style>
a { background-color: #CC03DF; }
a { background-color: rgb(204,3,223); }
div.DivClassName
{
background-color: #CC03DF;
}
.BgClassName
{
background-color: #CC03DF;
}
</style>
border-color css
<style>
span { border-color: #CC03DF; }
span { border-color: rgb(204,3,223); }
td.TdClassName
{
border-color: #CC03DF;
}
.TagClassName
{
border-color: #CC03DF;
}
</style>