Shades of Deep Magenta #CC1EDE
Tints of Deep Magenta #CC1EDE
RGB
CMYK
RGB Variations
Color information
#CC1EDE (or 0xCC1EDE) is known color: Deep Magenta. HEX triplet: CC, 1E and DE. RGB value is (204,30,222). Sum of RGB (Red+Green+Blue) = 204+30+222=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC1EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EDE is #33E121. Grayscale: #676767. Windows color (decimal): -3399970 or 14556876. OLE color: 14556876.
HSL color Cylindrical-coordinate representation of color #CC1EDE: hue angle of 294.38º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1EDE is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 30 | 222 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.13 |
| HSL | 294.38º | 0.76% | 0.49% | - |
| HSV(B) | 294.38º | 0.86% | 0.87% | - |
| XYZ | 38.55 | 19.04 | 70.75 | - |
| YUV | 103.91 | 194.65 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 222 | 0.08 | 0.86 | 0 | 0.13 | 294.38 | 0.76 | 0.49 |
| Hex | CC | 1E | DE | 8 | 56 | 0 | D | 126 | 4C | 31 |
| Octal | 314 | 36 | 336 | 10 | 126 | 0 | 15 | 446 | 114 | 61 |
| Binary | 11001100 | 11110 | 11011110 | 1000 | 1010110 | 0 | 1101 | 100100110 | 1001100 | 110001 |
Color Harmonies of #CC1EDE
Complementary color
Monochromatic Colors of #CC1EDE
Black with #CC1EDE
Text Example
Text Example
White with #CC1EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EDE; }
p { color: rgb(204,30,222); }
H1.HeaderClassName
{
color: #CC1EDE;
}
.AnyTagClassName
{
color: #CC1EDE;
}
</style>
background-color css
<style>
a { background-color: #CC1EDE; }
a { background-color: rgb(204,30,222); }
div.DivClassName
{
background-color: #CC1EDE;
}
.BgClassName
{
background-color: #CC1EDE;
}
</style>
border-color css
<style>
span { border-color: #CC1EDE; }
span { border-color: rgb(204,30,222); }
td.TdClassName
{
border-color: #CC1EDE;
}
.TagClassName
{
border-color: #CC1EDE;
}
</style>