Shades of Deep Magenta #CC1CE1
Tints of Deep Magenta #CC1CE1
RGB
CMYK
RGB Variations
Color information
#CC1CE1 (or 0xCC1CE1) is known color: Deep Magenta. HEX triplet: CC, 1C and E1. RGB value is (204,28,225). Sum of RGB (Red+Green+Blue) = 204+28+225=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 28 (11.33% from 255 or 6.13% from 457); Blue value is 225 (88.28% from 255 or 49.23% from 457); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC1CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CE1 is #33E31E. Grayscale: #666666. Windows color (decimal): -3400479 or 14752972. OLE color: 14752972.
HSL color Cylindrical-coordinate representation of color #CC1CE1: hue angle of 293.6º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1CE1 is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 28 | 225 | - |
| CMYK | 0.09 | 0.88 | 0 | 0.12 |
| HSL | 293.6º | 0.78% | 0.5% | - |
| HSV(B) | 293.6º | 0.88% | 0.88% | - |
| XYZ | 38.91 | 19.1 | 72.87 | - |
| YUV | 103.08 | 196.81 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 225 | 0.09 | 0.88 | 0 | 0.12 | 293.6 | 0.78 | 0.5 |
| Hex | CC | 1C | E1 | 9 | 58 | 0 | C | 126 | 4E | 32 |
| Octal | 314 | 34 | 341 | 11 | 130 | 0 | 14 | 446 | 116 | 62 |
| Binary | 11001100 | 11100 | 11100001 | 1001 | 1011000 | 0 | 1100 | 100100110 | 1001110 | 110010 |
Color Harmonies of #CC1CE1
Complementary color
Monochromatic Colors of #CC1CE1
Black with #CC1CE1
Text Example
Text Example
White with #CC1CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CE1; }
p { color: rgb(204,28,225); }
H1.HeaderClassName
{
color: #CC1CE1;
}
.AnyTagClassName
{
color: #CC1CE1;
}
</style>
background-color css
<style>
a { background-color: #CC1CE1; }
a { background-color: rgb(204,28,225); }
div.DivClassName
{
background-color: #CC1CE1;
}
.BgClassName
{
background-color: #CC1CE1;
}
</style>
border-color css
<style>
span { border-color: #CC1CE1; }
span { border-color: rgb(204,28,225); }
td.TdClassName
{
border-color: #CC1CE1;
}
.TagClassName
{
border-color: #CC1CE1;
}
</style>