Shades of Deep Magenta #CC01DF
Tints of Deep Magenta #CC01DF
RGB
CMYK
RGB Variations
Color information
#CC01DF (or 0xCC01DF) is known color: Deep Magenta. HEX triplet: CC, 01 and DF. RGB value is (204,1,223). Sum of RGB (Red+Green+Blue) = 204+1+223=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 1 (0.78% from 255 or 0.23% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01DF is #33FE20. Grayscale: #565656. Windows color (decimal): -3407393 or 14614988. OLE color: 14614988.
HSL color Cylindrical-coordinate representation of color #CC01DF: hue angle of 294.86º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01DF is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 1 | 223 | - |
| CMYK | 0.09 | 1.00 | 0 | 0.13 |
| HSL | 294.86º | 0.99% | 0.44% | - |
| HSV(B) | 294.86º | 1% | 0.87% | - |
| XYZ | 38.23 | 18.19 | 71.31 | - |
| YUV | 87.01 | 204.75 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 223 | 0.09 | 1.00 | 0 | 0.13 | 294.86 | 0.99 | 0.44 |
| Hex | CC | 1 | DF | 9 | 64 | 0 | D | 127 | 63 | 2C |
| Octal | 314 | 1 | 337 | 11 | 144 | 0 | 15 | 447 | 143 | 54 |
| Binary | 11001100 | 1 | 11011111 | 1001 | 1100100 | 0 | 1101 | 100100111 | 1100011 | 101100 |
Color Harmonies of #CC01DF
Complementary color
Monochromatic Colors of #CC01DF
Black with #CC01DF
Text Example
Text Example
White with #CC01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01DF; }
p { color: rgb(204,1,223); }
H1.HeaderClassName
{
color: #CC01DF;
}
.AnyTagClassName
{
color: #CC01DF;
}
</style>
background-color css
<style>
a { background-color: #CC01DF; }
a { background-color: rgb(204,1,223); }
div.DivClassName
{
background-color: #CC01DF;
}
.BgClassName
{
background-color: #CC01DF;
}
</style>
border-color css
<style>
span { border-color: #CC01DF; }
span { border-color: rgb(204,1,223); }
td.TdClassName
{
border-color: #CC01DF;
}
.TagClassName
{
border-color: #CC01DF;
}
</style>