Shades of Deep Cerise #CC3690
Tints of Deep Cerise #CC3690
RGB
CMYK
RGB Variations
Color information
#CC3690 (or 0xCC3690) is known color: Deep Cerise. HEX triplet: CC, 36 and 90. RGB value is (204,54,144). Sum of RGB (Red+Green+Blue) = 204+54+144=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3690 is #33C96F. Grayscale: #6C6C6C. Windows color (decimal): -3393904 or 9451212. OLE color: 9451212.
HSL color Cylindrical-coordinate representation of color #CC3690: hue angle of 324º 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 #CC3690 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 144 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.2 |
| HSL | 324º | 0.6% | 0.51% | - |
| HSV(B) | 324º | 0.74% | 0.8% | - |
| XYZ | 31.26 | 17.49 | 28.11 | - |
| YUV | 109.11 | 147.7 | 195.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 144 | 0 | 0.74 | 0.29 | 0.2 | 324 | 0.6 | 0.51 |
| Hex | CC | 36 | 90 | 0 | 4A | 1D | 14 | 144 | 3C | 33 |
| Octal | 314 | 66 | 220 | 0 | 112 | 35 | 24 | 504 | 74 | 63 |
| Binary | 11001100 | 110110 | 10010000 | 0 | 1001010 | 11101 | 10100 | 101000100 | 111100 | 110011 |
Color Harmonies of #CC3690
Complementary color
Monochromatic Colors of #CC3690
Black with #CC3690
Text Example
Text Example
White with #CC3690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3690; }
p { color: rgb(204,54,144); }
H1.HeaderClassName
{
color: #CC3690;
}
.AnyTagClassName
{
color: #CC3690;
}
</style>
background-color css
<style>
a { background-color: #CC3690; }
a { background-color: rgb(204,54,144); }
div.DivClassName
{
background-color: #CC3690;
}
.BgClassName
{
background-color: #CC3690;
}
</style>
border-color css
<style>
span { border-color: #CC3690; }
span { border-color: rgb(204,54,144); }
td.TdClassName
{
border-color: #CC3690;
}
.TagClassName
{
border-color: #CC3690;
}
</style>