Shades of Deep Magenta #CC1CDA
Tints of Deep Magenta #CC1CDA
RGB
CMYK
RGB Variations
Color information
#CC1CDA (or 0xCC1CDA) is known color: Deep Magenta. HEX triplet: CC, 1C and DA. RGB value is (204,28,218). Sum of RGB (Red+Green+Blue) = 204+28+218=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC1CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CDA is #33E325. Grayscale: #656565. Windows color (decimal): -3400486 or 14294220. OLE color: 14294220.
HSL color Cylindrical-coordinate representation of color #CC1CDA: hue angle of 295.58º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1CDA is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 28 | 218 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.15 |
| HSL | 295.58º | 0.77% | 0.48% | - |
| HSV(B) | 295.58º | 0.87% | 0.85% | - |
| XYZ | 37.97 | 18.73 | 67.94 | - |
| YUV | 102.28 | 193.31 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 218 | 0.06 | 0.87 | 0 | 0.15 | 295.58 | 0.77 | 0.48 |
| Hex | CC | 1C | DA | 6 | 57 | 0 | F | 128 | 4D | 30 |
| Octal | 314 | 34 | 332 | 6 | 127 | 0 | 17 | 450 | 115 | 60 |
| Binary | 11001100 | 11100 | 11011010 | 110 | 1010111 | 0 | 1111 | 100101000 | 1001101 | 110000 |
Color Harmonies of #CC1CDA
Complementary color
Monochromatic Colors of #CC1CDA
Black with #CC1CDA
Text Example
Text Example
White with #CC1CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CDA; }
p { color: rgb(204,28,218); }
H1.HeaderClassName
{
color: #CC1CDA;
}
.AnyTagClassName
{
color: #CC1CDA;
}
</style>
background-color css
<style>
a { background-color: #CC1CDA; }
a { background-color: rgb(204,28,218); }
div.DivClassName
{
background-color: #CC1CDA;
}
.BgClassName
{
background-color: #CC1CDA;
}
</style>
border-color css
<style>
span { border-color: #CC1CDA; }
span { border-color: rgb(204,28,218); }
td.TdClassName
{
border-color: #CC1CDA;
}
.TagClassName
{
border-color: #CC1CDA;
}
</style>