Shades of Deep Magenta #CC1EDB
Tints of Deep Magenta #CC1EDB
RGB
CMYK
RGB Variations
Color information
#CC1EDB (or 0xCC1EDB) is known color: Deep Magenta. HEX triplet: CC, 1E and DB. RGB value is (204,30,219). Sum of RGB (Red+Green+Blue) = 204+30+219=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EDB is #33E124. Grayscale: #666666. Windows color (decimal): -3399973 or 14360268. OLE color: 14360268.
HSL color Cylindrical-coordinate representation of color #CC1EDB: hue angle of 295.24º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1EDB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 30 | 219 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.14 |
| HSL | 295.24º | 0.76% | 0.49% | - |
| HSV(B) | 295.24º | 0.86% | 0.86% | - |
| XYZ | 38.15 | 18.88 | 68.65 | - |
| YUV | 103.57 | 193.15 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 219 | 0.07 | 0.86 | 0 | 0.14 | 295.24 | 0.76 | 0.49 |
| Hex | CC | 1E | DB | 7 | 56 | 0 | E | 127 | 4C | 31 |
| Octal | 314 | 36 | 333 | 7 | 126 | 0 | 16 | 447 | 114 | 61 |
| Binary | 11001100 | 11110 | 11011011 | 111 | 1010110 | 0 | 1110 | 100100111 | 1001100 | 110001 |
Color Harmonies of #CC1EDB
Complementary color
Monochromatic Colors of #CC1EDB
Black with #CC1EDB
Text Example
Text Example
White with #CC1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EDB; }
p { color: rgb(204,30,219); }
H1.HeaderClassName
{
color: #CC1EDB;
}
.AnyTagClassName
{
color: #CC1EDB;
}
</style>
background-color css
<style>
a { background-color: #CC1EDB; }
a { background-color: rgb(204,30,219); }
div.DivClassName
{
background-color: #CC1EDB;
}
.BgClassName
{
background-color: #CC1EDB;
}
</style>
border-color css
<style>
span { border-color: #CC1EDB; }
span { border-color: rgb(204,30,219); }
td.TdClassName
{
border-color: #CC1EDB;
}
.TagClassName
{
border-color: #CC1EDB;
}
</style>