Shades of Deep Cerise #CC2B7A
Tints of Deep Cerise #CC2B7A
RGB
CMYK
RGB Variations
Color information
#CC2B7A (or 0xCC2B7A) is known color: Deep Cerise. HEX triplet: CC, 2B and 7A. RGB value is (204,43,122). Sum of RGB (Red+Green+Blue) = 204+43+122=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 43 (17.19% from 255 or 11.65% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2B7A is #33D485. Grayscale: #636363. Windows color (decimal): -3396742 or 8006604. OLE color: 8006604.
HSL color Cylindrical-coordinate representation of color #CC2B7A: hue angle of 330.56º degrees, saturation: 0.65, 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 #CC2B7A is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 122 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.2 |
| HSL | 330.56º | 0.65% | 0.48% | - |
| HSV(B) | 330.56º | 0.79% | 0.8% | - |
| XYZ | 29.28 | 15.97 | 19.95 | - |
| YUV | 100.15 | 140.34 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 122 | 0 | 0.79 | 0.40 | 0.2 | 330.56 | 0.65 | 0.48 |
| Hex | CC | 2B | 7A | 0 | 4F | 28 | 14 | 14B | 41 | 30 |
| Octal | 314 | 53 | 172 | 0 | 117 | 50 | 24 | 513 | 101 | 60 |
| Binary | 11001100 | 101011 | 1111010 | 0 | 1001111 | 101000 | 10100 | 101001011 | 1000001 | 110000 |
Color Harmonies of #CC2B7A
Complementary color
Monochromatic Colors of #CC2B7A
Black with #CC2B7A
Text Example
Text Example
White with #CC2B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2B7A; }
p { color: rgb(204,43,122); }
H1.HeaderClassName
{
color: #CC2B7A;
}
.AnyTagClassName
{
color: #CC2B7A;
}
</style>
background-color css
<style>
a { background-color: #CC2B7A; }
a { background-color: rgb(204,43,122); }
div.DivClassName
{
background-color: #CC2B7A;
}
.BgClassName
{
background-color: #CC2B7A;
}
</style>
border-color css
<style>
span { border-color: #CC2B7A; }
span { border-color: rgb(204,43,122); }
td.TdClassName
{
border-color: #CC2B7A;
}
.TagClassName
{
border-color: #CC2B7A;
}
</style>