Shades of Deep Cerise #CC3895
Tints of Deep Cerise #CC3895
RGB
CMYK
RGB Variations
Color information
#CC3895 (or 0xCC3895) is known color: Deep Cerise. HEX triplet: CC, 38 and 95. RGB value is (204,56,149). Sum of RGB (Red+Green+Blue) = 204+56+149=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 56 (22.27% from 255 or 13.69% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3895 is #33C76A. Grayscale: #6E6E6E. Windows color (decimal): -3393387 or 9779404. OLE color: 9779404.
HSL color Cylindrical-coordinate representation of color #CC3895: hue angle of 322.3º 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 #CC3895 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 56 | 149 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.2 |
| HSL | 322.3º | 0.59% | 0.51% | - |
| HSV(B) | 322.3º | 0.73% | 0.8% | - |
| XYZ | 31.74 | 17.84 | 30.2 | - |
| YUV | 110.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 56 | 149 | 0 | 0.73 | 0.27 | 0.2 | 322.3 | 0.59 | 0.51 |
| Hex | CC | 38 | 95 | 0 | 49 | 1B | 14 | 142 | 3B | 33 |
| Octal | 314 | 70 | 225 | 0 | 111 | 33 | 24 | 502 | 73 | 63 |
| Binary | 11001100 | 111000 | 10010101 | 0 | 1001001 | 11011 | 10100 | 101000010 | 111011 | 110011 |
Color Harmonies of #CC3895
Complementary color
Monochromatic Colors of #CC3895
Black with #CC3895
Text Example
Text Example
White with #CC3895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3895; }
p { color: rgb(204,56,149); }
H1.HeaderClassName
{
color: #CC3895;
}
.AnyTagClassName
{
color: #CC3895;
}
</style>
background-color css
<style>
a { background-color: #CC3895; }
a { background-color: rgb(204,56,149); }
div.DivClassName
{
background-color: #CC3895;
}
.BgClassName
{
background-color: #CC3895;
}
</style>
border-color css
<style>
span { border-color: #CC3895; }
span { border-color: rgb(204,56,149); }
td.TdClassName
{
border-color: #CC3895;
}
.TagClassName
{
border-color: #CC3895;
}
</style>