Shades of Deep Cerise #CC3691
Tints of Deep Cerise #CC3691
RGB
CMYK
RGB Variations
Color information
#CC3691 (or 0xCC3691) is known color: Deep Cerise. HEX triplet: CC, 36 and 91. RGB value is (204,54,145). Sum of RGB (Red+Green+Blue) = 204+54+145=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 145 (57.03% from 255 or 35.98% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3691 is #33C96E. Grayscale: #6D6D6D. Windows color (decimal): -3393903 or 9516748. OLE color: 9516748.
HSL color Cylindrical-coordinate representation of color #CC3691: hue angle of 323.6º 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 #CC3691 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 145 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.2 |
| HSL | 323.6º | 0.6% | 0.51% | - |
| HSV(B) | 323.6º | 0.74% | 0.8% | - |
| XYZ | 31.33 | 17.52 | 28.52 | - |
| YUV | 109.22 | 148.2 | 195.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 145 | 0 | 0.74 | 0.29 | 0.2 | 323.6 | 0.6 | 0.51 |
| Hex | CC | 36 | 91 | 0 | 4A | 1D | 14 | 144 | 3C | 33 |
| Octal | 314 | 66 | 221 | 0 | 112 | 35 | 24 | 504 | 74 | 63 |
| Binary | 11001100 | 110110 | 10010001 | 0 | 1001010 | 11101 | 10100 | 101000100 | 111100 | 110011 |
Color Harmonies of #CC3691
Complementary color
Monochromatic Colors of #CC3691
Black with #CC3691
Text Example
Text Example
White with #CC3691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3691; }
p { color: rgb(204,54,145); }
H1.HeaderClassName
{
color: #CC3691;
}
.AnyTagClassName
{
color: #CC3691;
}
</style>
background-color css
<style>
a { background-color: #CC3691; }
a { background-color: rgb(204,54,145); }
div.DivClassName
{
background-color: #CC3691;
}
.BgClassName
{
background-color: #CC3691;
}
</style>
border-color css
<style>
span { border-color: #CC3691; }
span { border-color: rgb(204,54,145); }
td.TdClassName
{
border-color: #CC3691;
}
.TagClassName
{
border-color: #CC3691;
}
</style>