Shades of Deep Magenta #CC01CC
Tints of Deep Magenta #CC01CC
RGB
CMYK
RGB Variations
Color information
#CC01CC (or 0xCC01CC) is known color: Deep Magenta. HEX triplet: CC, 01 and CC. RGB value is (204,1,204). Sum of RGB (Red+Green+Blue) = 204+1+204=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CC01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC01CC is #33FE33. Grayscale: #545454. Windows color (decimal): -3407412 or 13369804. OLE color: 13369804.
HSL color Cylindrical-coordinate representation of color #CC01CC: hue angle of 300º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC01CC is Cyan = 0, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0 | 0.2 |
| HSL | 300º | 0.99% | 0.4% | - |
| HSV(B) | 300º | 1% | 0.8% | - |
| XYZ | 35.81 | 17.22 | 58.56 | - |
| YUV | 84.84 | 195.25 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 1 | 204 | 0 | 1.00 | 0 | 0.2 | 300 | 0.99 | 0.4 |
| Hex | CC | 1 | CC | 0 | 64 | 0 | 14 | 12C | 63 | 28 |
| Octal | 314 | 1 | 314 | 0 | 144 | 0 | 24 | 454 | 143 | 50 |
| Binary | 11001100 | 1 | 11001100 | 0 | 1100100 | 0 | 10100 | 100101100 | 1100011 | 101000 |
Color Harmonies of #CC01CC
Complementary color
Monochromatic Colors of #CC01CC
Black with #CC01CC
Text Example
Text Example
White with #CC01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC01CC; }
p { color: rgb(204,1,204); }
H1.HeaderClassName
{
color: #CC01CC;
}
.AnyTagClassName
{
color: #CC01CC;
}
</style>
background-color css
<style>
a { background-color: #CC01CC; }
a { background-color: rgb(204,1,204); }
div.DivClassName
{
background-color: #CC01CC;
}
.BgClassName
{
background-color: #CC01CC;
}
</style>
border-color css
<style>
span { border-color: #CC01CC; }
span { border-color: rgb(204,1,204); }
td.TdClassName
{
border-color: #CC01CC;
}
.TagClassName
{
border-color: #CC01CC;
}
</style>