Shades of Deep Magenta #CC1EDA
Tints of Deep Magenta #CC1EDA
RGB
CMYK
RGB Variations
Color information
#CC1EDA (or 0xCC1EDA) is known color: Deep Magenta. HEX triplet: CC, 1E and DA. RGB value is (204,30,218). Sum of RGB (Red+Green+Blue) = 204+30+218=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC1EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1EDA is #33E125. Grayscale: #666666. Windows color (decimal): -3399974 or 14294732. OLE color: 14294732.
HSL color Cylindrical-coordinate representation of color #CC1EDA: hue angle of 295.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1EDA is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 30 | 218 | - |
| CMYK | 0.06 | 0.86 | 0 | 0.15 |
| HSL | 295.53º | 0.76% | 0.49% | - |
| HSV(B) | 295.53º | 0.86% | 0.85% | - |
| XYZ | 38.02 | 18.83 | 67.96 | - |
| YUV | 103.46 | 192.65 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 30 | 218 | 0.06 | 0.86 | 0 | 0.15 | 295.53 | 0.76 | 0.49 |
| Hex | CC | 1E | DA | 6 | 56 | 0 | F | 128 | 4C | 31 |
| Octal | 314 | 36 | 332 | 6 | 126 | 0 | 17 | 450 | 114 | 61 |
| Binary | 11001100 | 11110 | 11011010 | 110 | 1010110 | 0 | 1111 | 100101000 | 1001100 | 110001 |
Color Harmonies of #CC1EDA
Complementary color
Monochromatic Colors of #CC1EDA
Black with #CC1EDA
Text Example
Text Example
White with #CC1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1EDA; }
p { color: rgb(204,30,218); }
H1.HeaderClassName
{
color: #CC1EDA;
}
.AnyTagClassName
{
color: #CC1EDA;
}
</style>
background-color css
<style>
a { background-color: #CC1EDA; }
a { background-color: rgb(204,30,218); }
div.DivClassName
{
background-color: #CC1EDA;
}
.BgClassName
{
background-color: #CC1EDA;
}
</style>
border-color css
<style>
span { border-color: #CC1EDA; }
span { border-color: rgb(204,30,218); }
td.TdClassName
{
border-color: #CC1EDA;
}
.TagClassName
{
border-color: #CC1EDA;
}
</style>