Shades of Deep Magenta #CC1CDB
Tints of Deep Magenta #CC1CDB
RGB
CMYK
RGB Variations
Color information
#CC1CDB (or 0xCC1CDB) is known color: Deep Magenta. HEX triplet: CC, 1C and DB. RGB value is (204,28,219). Sum of RGB (Red+Green+Blue) = 204+28+219=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 28 (11.33% from 255 or 6.21% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CDB is #33E324. Grayscale: #656565. Windows color (decimal): -3400485 or 14359756. OLE color: 14359756.
HSL color Cylindrical-coordinate representation of color #CC1CDB: hue angle of 295.29º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1CDB is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 28 | 219 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.14 |
| HSL | 295.29º | 0.77% | 0.48% | - |
| HSV(B) | 295.29º | 0.87% | 0.86% | - |
| XYZ | 38.1 | 18.78 | 68.63 | - |
| YUV | 102.4 | 193.81 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 219 | 0.07 | 0.87 | 0 | 0.14 | 295.29 | 0.77 | 0.48 |
| Hex | CC | 1C | DB | 7 | 57 | 0 | E | 127 | 4D | 30 |
| Octal | 314 | 34 | 333 | 7 | 127 | 0 | 16 | 447 | 115 | 60 |
| Binary | 11001100 | 11100 | 11011011 | 111 | 1010111 | 0 | 1110 | 100100111 | 1001101 | 110000 |
Color Harmonies of #CC1CDB
Complementary color
Monochromatic Colors of #CC1CDB
Black with #CC1CDB
Text Example
Text Example
White with #CC1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CDB; }
p { color: rgb(204,28,219); }
H1.HeaderClassName
{
color: #CC1CDB;
}
.AnyTagClassName
{
color: #CC1CDB;
}
</style>
background-color css
<style>
a { background-color: #CC1CDB; }
a { background-color: rgb(204,28,219); }
div.DivClassName
{
background-color: #CC1CDB;
}
.BgClassName
{
background-color: #CC1CDB;
}
</style>
border-color css
<style>
span { border-color: #CC1CDB; }
span { border-color: rgb(204,28,219); }
td.TdClassName
{
border-color: #CC1CDB;
}
.TagClassName
{
border-color: #CC1CDB;
}
</style>