Shades of Deep Magenta #CC01CE
Tints of Deep Magenta #CC01CE
RGB
CMYK
RGB Variations
Color information
#CC01CE (or 0xCC01CE) is known color: Deep Magenta. HEX triplet: CC, 01 and CE. RGB value is (204,1,206). Sum of RGB (Red+Green+Blue) = 204+1+206=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC01CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01CE is #33FE31. Grayscale: #545454. Windows color (decimal): -3407410 or 13500876. OLE color: 13500876.
HSL color Cylindrical-coordinate representation of color #CC01CE: hue angle of 299.41º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01CE is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 1 | 206 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.19 |
| HSL | 299.41º | 0.99% | 0.41% | - |
| HSV(B) | 299.41º | 1% | 0.81% | - |
| XYZ | 36.05 | 17.32 | 59.83 | - |
| YUV | 85.07 | 196.25 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 206 | 0.01 | 1.00 | 0 | 0.19 | 299.41 | 0.99 | 0.41 |
| Hex | CC | 1 | CE | 1 | 64 | 0 | 13 | 12B | 63 | 29 |
| Octal | 314 | 1 | 316 | 1 | 144 | 0 | 23 | 453 | 143 | 51 |
| Binary | 11001100 | 1 | 11001110 | 1 | 1100100 | 0 | 10011 | 100101011 | 1100011 | 101001 |
Color Harmonies of #CC01CE
Complementary color
Monochromatic Colors of #CC01CE
Black with #CC01CE
Text Example
Text Example
White with #CC01CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01CE; }
p { color: rgb(204,1,206); }
H1.HeaderClassName
{
color: #CC01CE;
}
.AnyTagClassName
{
color: #CC01CE;
}
</style>
background-color css
<style>
a { background-color: #CC01CE; }
a { background-color: rgb(204,1,206); }
div.DivClassName
{
background-color: #CC01CE;
}
.BgClassName
{
background-color: #CC01CE;
}
</style>
border-color css
<style>
span { border-color: #CC01CE; }
span { border-color: rgb(204,1,206); }
td.TdClassName
{
border-color: #CC01CE;
}
.TagClassName
{
border-color: #CC01CE;
}
</style>