Shades of Deep Cerise #CC3695
Tints of Deep Cerise #CC3695
RGB
CMYK
RGB Variations
Color information
#CC3695 (or 0xCC3695) is known color: Deep Cerise. HEX triplet: CC, 36 and 95. RGB value is (204,54,149). Sum of RGB (Red+Green+Blue) = 204+54+149=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 54 (21.48% from 255 or 13.27% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3695 is #33C96A. Grayscale: #6D6D6D. Windows color (decimal): -3393899 or 9778892. OLE color: 9778892.
HSL color Cylindrical-coordinate representation of color #CC3695: hue angle of 322º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3695 is Cyan = 0, Magento = 0.74, Yellow = 0.27 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 149 | - |
| CMYK | 0 | 0.74 | 0.27 | 0.2 |
| HSL | 322º | 0.6% | 0.51% | - |
| HSV(B) | 322º | 0.74% | 0.8% | - |
| XYZ | 31.65 | 17.65 | 30.17 | - |
| YUV | 109.68 | 150.2 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 149 | 0 | 0.74 | 0.27 | 0.2 | 322 | 0.6 | 0.51 |
| Hex | CC | 36 | 95 | 0 | 4A | 1B | 14 | 142 | 3C | 33 |
| Octal | 314 | 66 | 225 | 0 | 112 | 33 | 24 | 502 | 74 | 63 |
| Binary | 11001100 | 110110 | 10010101 | 0 | 1001010 | 11011 | 10100 | 101000010 | 111100 | 110011 |
Color Harmonies of #CC3695
Complementary color
Monochromatic Colors of #CC3695
Black with #CC3695
Text Example
Text Example
White with #CC3695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3695; }
p { color: rgb(204,54,149); }
H1.HeaderClassName
{
color: #CC3695;
}
.AnyTagClassName
{
color: #CC3695;
}
</style>
background-color css
<style>
a { background-color: #CC3695; }
a { background-color: rgb(204,54,149); }
div.DivClassName
{
background-color: #CC3695;
}
.BgClassName
{
background-color: #CC3695;
}
</style>
border-color css
<style>
span { border-color: #CC3695; }
span { border-color: rgb(204,54,149); }
td.TdClassName
{
border-color: #CC3695;
}
.TagClassName
{
border-color: #CC3695;
}
</style>