Shades of Deep Magenta #CC1CDE
Tints of Deep Magenta #CC1CDE
RGB
CMYK
RGB Variations
Color information
#CC1CDE (or 0xCC1CDE) is known color: Deep Magenta. HEX triplet: CC, 1C and DE. RGB value is (204,28,222). Sum of RGB (Red+Green+Blue) = 204+28+222=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 28 (11.33% from 255 or 6.17% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CDE is #33E321. Grayscale: #666666. Windows color (decimal): -3400482 or 14556364. OLE color: 14556364.
HSL color Cylindrical-coordinate representation of color #CC1CDE: hue angle of 294.43º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1CDE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 28 | 222 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.13 |
| HSL | 294.43º | 0.78% | 0.49% | - |
| HSV(B) | 294.43º | 0.87% | 0.87% | - |
| XYZ | 38.5 | 18.94 | 70.73 | - |
| YUV | 102.74 | 195.31 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 222 | 0.08 | 0.87 | 0 | 0.13 | 294.43 | 0.78 | 0.49 |
| Hex | CC | 1C | DE | 8 | 57 | 0 | D | 126 | 4E | 31 |
| Octal | 314 | 34 | 336 | 10 | 127 | 0 | 15 | 446 | 116 | 61 |
| Binary | 11001100 | 11100 | 11011110 | 1000 | 1010111 | 0 | 1101 | 100100110 | 1001110 | 110001 |
Color Harmonies of #CC1CDE
Complementary color
Monochromatic Colors of #CC1CDE
Black with #CC1CDE
Text Example
Text Example
White with #CC1CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CDE; }
p { color: rgb(204,28,222); }
H1.HeaderClassName
{
color: #CC1CDE;
}
.AnyTagClassName
{
color: #CC1CDE;
}
</style>
background-color css
<style>
a { background-color: #CC1CDE; }
a { background-color: rgb(204,28,222); }
div.DivClassName
{
background-color: #CC1CDE;
}
.BgClassName
{
background-color: #CC1CDE;
}
</style>
border-color css
<style>
span { border-color: #CC1CDE; }
span { border-color: rgb(204,28,222); }
td.TdClassName
{
border-color: #CC1CDE;
}
.TagClassName
{
border-color: #CC1CDE;
}
</style>