Shades of Deep Cerise #CC3684
Tints of Deep Cerise #CC3684
RGB
CMYK
RGB Variations
Color information
#CC3684 (or 0xCC3684) is known color: Deep Cerise. HEX triplet: CC, 36 and 84. RGB value is (204,54,132). Sum of RGB (Red+Green+Blue) = 204+54+132=390 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.31% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3684 is #33C97B. Grayscale: #6B6B6B. Windows color (decimal): -3393916 or 8664780. OLE color: 8664780.
HSL color Cylindrical-coordinate representation of color #CC3684: hue angle of 328.8º 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 #CC3684 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 132 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.2 |
| HSL | 328.8º | 0.6% | 0.51% | - |
| HSV(B) | 328.8º | 0.74% | 0.8% | - |
| XYZ | 30.39 | 17.14 | 23.54 | - |
| YUV | 107.74 | 141.7 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 132 | 0 | 0.74 | 0.35 | 0.2 | 328.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 84 | 0 | 4A | 23 | 14 | 149 | 3C | 33 |
| Octal | 314 | 66 | 204 | 0 | 112 | 43 | 24 | 511 | 74 | 63 |
| Binary | 11001100 | 110110 | 10000100 | 0 | 1001010 | 100011 | 10100 | 101001001 | 111100 | 110011 |
Color Harmonies of #CC3684
Complementary color
Monochromatic Colors of #CC3684
Black with #CC3684
Text Example
Text Example
White with #CC3684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3684; }
p { color: rgb(204,54,132); }
H1.HeaderClassName
{
color: #CC3684;
}
.AnyTagClassName
{
color: #CC3684;
}
</style>
background-color css
<style>
a { background-color: #CC3684; }
a { background-color: rgb(204,54,132); }
div.DivClassName
{
background-color: #CC3684;
}
.BgClassName
{
background-color: #CC3684;
}
</style>
border-color css
<style>
span { border-color: #CC3684; }
span { border-color: rgb(204,54,132); }
td.TdClassName
{
border-color: #CC3684;
}
.TagClassName
{
border-color: #CC3684;
}
</style>