Shades of Deep Magenta #CC1CCA
Tints of Deep Magenta #CC1CCA
RGB
CMYK
RGB Variations
Color information
#CC1CCA (or 0xCC1CCA) is known color: Deep Magenta. HEX triplet: CC, 1C and CA. RGB value is (204,28,202). Sum of RGB (Red+Green+Blue) = 204+28+202=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1CCA is #33E335. Grayscale: #636363. Windows color (decimal): -3400502 or 13245644. OLE color: 13245644.
HSL color Cylindrical-coordinate representation of color #CC1CCA: hue angle of 300.68º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1CCA is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 202 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.2 |
| HSL | 300.68º | 0.76% | 0.45% | - |
| HSV(B) | 300.68º | 0.86% | 0.8% | - |
| XYZ | 35.98 | 17.93 | 57.44 | - |
| YUV | 100.46 | 185.31 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 202 | 0 | 0.86 | 0.01 | 0.2 | 300.68 | 0.76 | 0.45 |
| Hex | CC | 1C | CA | 0 | 56 | 1 | 14 | 12D | 4C | 2D |
| Octal | 314 | 34 | 312 | 0 | 126 | 1 | 24 | 455 | 114 | 55 |
| Binary | 11001100 | 11100 | 11001010 | 0 | 1010110 | 1 | 10100 | 100101101 | 1001100 | 101101 |
Color Harmonies of #CC1CCA
Complementary color
Monochromatic Colors of #CC1CCA
Black with #CC1CCA
Text Example
Text Example
White with #CC1CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1CCA; }
p { color: rgb(204,28,202); }
H1.HeaderClassName
{
color: #CC1CCA;
}
.AnyTagClassName
{
color: #CC1CCA;
}
</style>
background-color css
<style>
a { background-color: #CC1CCA; }
a { background-color: rgb(204,28,202); }
div.DivClassName
{
background-color: #CC1CCA;
}
.BgClassName
{
background-color: #CC1CCA;
}
</style>
border-color css
<style>
span { border-color: #CC1CCA; }
span { border-color: rgb(204,28,202); }
td.TdClassName
{
border-color: #CC1CCA;
}
.TagClassName
{
border-color: #CC1CCA;
}
</style>