Shades of Deep Cerise #CC3795
Tints of Deep Cerise #CC3795
RGB
CMYK
RGB Variations
Color information
#CC3795 (or 0xCC3795) is known color: Deep Cerise. HEX triplet: CC, 37 and 95. RGB value is (204,55,149). Sum of RGB (Red+Green+Blue) = 204+55+149=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3795 is #33C86A. Grayscale: #6E6E6E. Windows color (decimal): -3393643 or 9779148. OLE color: 9779148.
HSL color Cylindrical-coordinate representation of color #CC3795: hue angle of 322.15º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CC3795 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 55 | 149 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.2 |
| HSL | 322.15º | 0.59% | 0.51% | - |
| HSV(B) | 322.15º | 0.73% | 0.8% | - |
| XYZ | 31.69 | 17.74 | 30.19 | - |
| YUV | 110.27 | 149.86 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 55 | 149 | 0 | 0.73 | 0.27 | 0.2 | 322.15 | 0.59 | 0.51 |
| Hex | CC | 37 | 95 | 0 | 49 | 1B | 14 | 142 | 3B | 33 |
| Octal | 314 | 67 | 225 | 0 | 111 | 33 | 24 | 502 | 73 | 63 |
| Binary | 11001100 | 110111 | 10010101 | 0 | 1001001 | 11011 | 10100 | 101000010 | 111011 | 110011 |
Color Harmonies of #CC3795
Complementary color
Monochromatic Colors of #CC3795
Black with #CC3795
Text Example
Text Example
White with #CC3795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3795; }
p { color: rgb(204,55,149); }
H1.HeaderClassName
{
color: #CC3795;
}
.AnyTagClassName
{
color: #CC3795;
}
</style>
background-color css
<style>
a { background-color: #CC3795; }
a { background-color: rgb(204,55,149); }
div.DivClassName
{
background-color: #CC3795;
}
.BgClassName
{
background-color: #CC3795;
}
</style>
border-color css
<style>
span { border-color: #CC3795; }
span { border-color: rgb(204,55,149); }
td.TdClassName
{
border-color: #CC3795;
}
.TagClassName
{
border-color: #CC3795;
}
</style>