Shades of Deep Magenta #CC01DA
Tints of Deep Magenta #CC01DA
RGB
CMYK
RGB Variations
Color information
#CC01DA (or 0xCC01DA) is known color: Deep Magenta. HEX triplet: CC, 01 and DA. RGB value is (204,1,218). Sum of RGB (Red+Green+Blue) = 204+1+218=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC01DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01DA is #33FE25. Grayscale: #555555. Windows color (decimal): -3407398 or 14287308. OLE color: 14287308.
HSL color Cylindrical-coordinate representation of color #CC01DA: hue angle of 296.13º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01DA is Cyan = 0.06, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 1 | 218 | - |
| CMYK | 0.06 | 1.00 | 0 | 0.15 |
| HSL | 296.13º | 0.99% | 0.43% | - |
| HSV(B) | 296.13º | 1% | 0.85% | - |
| XYZ | 37.57 | 17.92 | 67.81 | - |
| YUV | 86.44 | 202.25 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 218 | 0.06 | 1.00 | 0 | 0.15 | 296.13 | 0.99 | 0.43 |
| Hex | CC | 1 | DA | 6 | 64 | 0 | F | 128 | 63 | 2B |
| Octal | 314 | 1 | 332 | 6 | 144 | 0 | 17 | 450 | 143 | 53 |
| Binary | 11001100 | 1 | 11011010 | 110 | 1100100 | 0 | 1111 | 100101000 | 1100011 | 101011 |
Color Harmonies of #CC01DA
Complementary color
Monochromatic Colors of #CC01DA
Black with #CC01DA
Text Example
Text Example
White with #CC01DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01DA; }
p { color: rgb(204,1,218); }
H1.HeaderClassName
{
color: #CC01DA;
}
.AnyTagClassName
{
color: #CC01DA;
}
</style>
background-color css
<style>
a { background-color: #CC01DA; }
a { background-color: rgb(204,1,218); }
div.DivClassName
{
background-color: #CC01DA;
}
.BgClassName
{
background-color: #CC01DA;
}
</style>
border-color css
<style>
span { border-color: #CC01DA; }
span { border-color: rgb(204,1,218); }
td.TdClassName
{
border-color: #CC01DA;
}
.TagClassName
{
border-color: #CC01DA;
}
</style>