Shades of Deep Cerise #CC2E7A
Tints of Deep Cerise #CC2E7A
RGB
CMYK
RGB Variations
Color information
#CC2E7A (or 0xCC2E7A) is known color: Deep Cerise. HEX triplet: CC, 2E and 7A. RGB value is (204,46,122). Sum of RGB (Red+Green+Blue) = 204+46+122=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 46 (18.36% from 255 or 12.37% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2E7A is #33D185. Grayscale: #656565. Windows color (decimal): -3395974 or 8007372. OLE color: 8007372.
HSL color Cylindrical-coordinate representation of color #CC2E7A: hue angle of 331.14º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2E7A is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 46 | 122 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.2 |
| HSL | 331.14º | 0.63% | 0.49% | - |
| HSV(B) | 331.14º | 0.77% | 0.8% | - |
| XYZ | 29.39 | 16.2 | 19.99 | - |
| YUV | 101.91 | 139.35 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 46 | 122 | 0 | 0.77 | 0.40 | 0.2 | 331.14 | 0.63 | 0.49 |
| Hex | CC | 2E | 7A | 0 | 4D | 28 | 14 | 14B | 3F | 31 |
| Octal | 314 | 56 | 172 | 0 | 115 | 50 | 24 | 513 | 77 | 61 |
| Binary | 11001100 | 101110 | 1111010 | 0 | 1001101 | 101000 | 10100 | 101001011 | 111111 | 110001 |
Color Harmonies of #CC2E7A
Complementary color
Monochromatic Colors of #CC2E7A
Black with #CC2E7A
Text Example
Text Example
White with #CC2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2E7A; }
p { color: rgb(204,46,122); }
H1.HeaderClassName
{
color: #CC2E7A;
}
.AnyTagClassName
{
color: #CC2E7A;
}
</style>
background-color css
<style>
a { background-color: #CC2E7A; }
a { background-color: rgb(204,46,122); }
div.DivClassName
{
background-color: #CC2E7A;
}
.BgClassName
{
background-color: #CC2E7A;
}
</style>
border-color css
<style>
span { border-color: #CC2E7A; }
span { border-color: rgb(204,46,122); }
td.TdClassName
{
border-color: #CC2E7A;
}
.TagClassName
{
border-color: #CC2E7A;
}
</style>