Shades of Deep Magenta #CC1ADC
Tints of Deep Magenta #CC1ADC
RGB
CMYK
RGB Variations
Color information
#CC1ADC (or 0xCC1ADC) is known color: Deep Magenta. HEX triplet: CC, 1A and DC. RGB value is (204,26,220). Sum of RGB (Red+Green+Blue) = 204+26+220=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC1ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ADC is #33E523. Grayscale: #646464. Windows color (decimal): -3400996 or 14424780. OLE color: 14424780.
HSL color Cylindrical-coordinate representation of color #CC1ADC: hue angle of 295.05º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1ADC is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 26 | 220 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.14 |
| HSL | 295.05º | 0.79% | 0.48% | - |
| HSV(B) | 295.05º | 0.88% | 0.86% | - |
| XYZ | 38.19 | 18.74 | 69.32 | - |
| YUV | 101.34 | 194.97 | 201.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 220 | 0.07 | 0.88 | 0 | 0.14 | 295.05 | 0.79 | 0.48 |
| Hex | CC | 1A | DC | 7 | 58 | 0 | E | 127 | 4F | 30 |
| Octal | 314 | 32 | 334 | 7 | 130 | 0 | 16 | 447 | 117 | 60 |
| Binary | 11001100 | 11010 | 11011100 | 111 | 1011000 | 0 | 1110 | 100100111 | 1001111 | 110000 |
Color Harmonies of #CC1ADC
Complementary color
Monochromatic Colors of #CC1ADC
Black with #CC1ADC
Text Example
Text Example
White with #CC1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ADC; }
p { color: rgb(204,26,220); }
H1.HeaderClassName
{
color: #CC1ADC;
}
.AnyTagClassName
{
color: #CC1ADC;
}
</style>
background-color css
<style>
a { background-color: #CC1ADC; }
a { background-color: rgb(204,26,220); }
div.DivClassName
{
background-color: #CC1ADC;
}
.BgClassName
{
background-color: #CC1ADC;
}
</style>
border-color css
<style>
span { border-color: #CC1ADC; }
span { border-color: rgb(204,26,220); }
td.TdClassName
{
border-color: #CC1ADC;
}
.TagClassName
{
border-color: #CC1ADC;
}
</style>