Shades of Deep Magenta #CC1ADB
Tints of Deep Magenta #CC1ADB
RGB
CMYK
RGB Variations
Color information
#CC1ADB (or 0xCC1ADB) is known color: Deep Magenta. HEX triplet: CC, 1A and DB. RGB value is (204,26,219). Sum of RGB (Red+Green+Blue) = 204+26+219=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ADB is #33E524. Grayscale: #646464. Windows color (decimal): -3400997 or 14359244. OLE color: 14359244.
HSL color Cylindrical-coordinate representation of color #CC1ADB: hue angle of 295.34º 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 #CC1ADB is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 26 | 219 | - |
| CMYK | 0.07 | 0.88 | 0 | 0.14 |
| HSL | 295.34º | 0.79% | 0.48% | - |
| HSV(B) | 295.34º | 0.88% | 0.86% | - |
| XYZ | 38.06 | 18.69 | 68.62 | - |
| YUV | 101.22 | 194.47 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 219 | 0.07 | 0.88 | 0 | 0.14 | 295.34 | 0.79 | 0.48 |
| Hex | CC | 1A | DB | 7 | 58 | 0 | E | 127 | 4F | 30 |
| Octal | 314 | 32 | 333 | 7 | 130 | 0 | 16 | 447 | 117 | 60 |
| Binary | 11001100 | 11010 | 11011011 | 111 | 1011000 | 0 | 1110 | 100100111 | 1001111 | 110000 |
Color Harmonies of #CC1ADB
Complementary color
Monochromatic Colors of #CC1ADB
Black with #CC1ADB
Text Example
Text Example
White with #CC1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ADB; }
p { color: rgb(204,26,219); }
H1.HeaderClassName
{
color: #CC1ADB;
}
.AnyTagClassName
{
color: #CC1ADB;
}
</style>
background-color css
<style>
a { background-color: #CC1ADB; }
a { background-color: rgb(204,26,219); }
div.DivClassName
{
background-color: #CC1ADB;
}
.BgClassName
{
background-color: #CC1ADB;
}
</style>
border-color css
<style>
span { border-color: #CC1ADB; }
span { border-color: rgb(204,26,219); }
td.TdClassName
{
border-color: #CC1ADB;
}
.TagClassName
{
border-color: #CC1ADB;
}
</style>