Shades of Deep Cerise #CC2A85
Tints of Deep Cerise #CC2A85
RGB
CMYK
RGB Variations
Color information
#CC2A85 (or 0xCC2A85) is known color: Deep Cerise. HEX triplet: CC, 2A and 85. RGB value is (204,42,133). Sum of RGB (Red+Green+Blue) = 204+42+133=379 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.83% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A85 is #33D57A. Grayscale: #646464. Windows color (decimal): -3396987 or 8727244. OLE color: 8727244.
HSL color Cylindrical-coordinate representation of color #CC2A85: hue angle of 326.3º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2A85 is Cyan = 0, Magento = 0.79, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 133 | - |
| CMYK | 0 | 0.79 | 0.35 | 0.2 |
| HSL | 326.3º | 0.66% | 0.48% | - |
| HSV(B) | 326.3º | 0.79% | 0.8% | - |
| XYZ | 29.96 | 16.19 | 23.74 | - |
| YUV | 100.81 | 146.17 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 133 | 0 | 0.79 | 0.35 | 0.2 | 326.3 | 0.66 | 0.48 |
| Hex | CC | 2A | 85 | 0 | 4F | 23 | 14 | 146 | 42 | 30 |
| Octal | 314 | 52 | 205 | 0 | 117 | 43 | 24 | 506 | 102 | 60 |
| Binary | 11001100 | 101010 | 10000101 | 0 | 1001111 | 100011 | 10100 | 101000110 | 1000010 | 110000 |
Color Harmonies of #CC2A85
Complementary color
Monochromatic Colors of #CC2A85
Black with #CC2A85
Text Example
Text Example
White with #CC2A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A85; }
p { color: rgb(204,42,133); }
H1.HeaderClassName
{
color: #CC2A85;
}
.AnyTagClassName
{
color: #CC2A85;
}
</style>
background-color css
<style>
a { background-color: #CC2A85; }
a { background-color: rgb(204,42,133); }
div.DivClassName
{
background-color: #CC2A85;
}
.BgClassName
{
background-color: #CC2A85;
}
</style>
border-color css
<style>
span { border-color: #CC2A85; }
span { border-color: rgb(204,42,133); }
td.TdClassName
{
border-color: #CC2A85;
}
.TagClassName
{
border-color: #CC2A85;
}
</style>