Shades of Deep Cerise #CC3685
Tints of Deep Cerise #CC3685
RGB
CMYK
RGB Variations
Color information
#CC3685 (or 0xCC3685) is known color: Deep Cerise. HEX triplet: CC, 36 and 85. RGB value is (204,54,133). Sum of RGB (Red+Green+Blue) = 204+54+133=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3685 is #33C97A. Grayscale: #6B6B6B. Windows color (decimal): -3393915 or 8730316. OLE color: 8730316.
HSL color Cylindrical-coordinate representation of color #CC3685: hue angle of 328.4º 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 #CC3685 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 133 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.2 |
| HSL | 328.4º | 0.6% | 0.51% | - |
| HSV(B) | 328.4º | 0.74% | 0.8% | - |
| XYZ | 30.45 | 17.17 | 23.9 | - |
| YUV | 107.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 133 | 0 | 0.74 | 0.35 | 0.2 | 328.4 | 0.6 | 0.51 |
| Hex | CC | 36 | 85 | 0 | 4A | 23 | 14 | 148 | 3C | 33 |
| Octal | 314 | 66 | 205 | 0 | 112 | 43 | 24 | 510 | 74 | 63 |
| Binary | 11001100 | 110110 | 10000101 | 0 | 1001010 | 100011 | 10100 | 101001000 | 111100 | 110011 |
Color Harmonies of #CC3685
Complementary color
Monochromatic Colors of #CC3685
Black with #CC3685
Text Example
Text Example
White with #CC3685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3685; }
p { color: rgb(204,54,133); }
H1.HeaderClassName
{
color: #CC3685;
}
.AnyTagClassName
{
color: #CC3685;
}
</style>
background-color css
<style>
a { background-color: #CC3685; }
a { background-color: rgb(204,54,133); }
div.DivClassName
{
background-color: #CC3685;
}
.BgClassName
{
background-color: #CC3685;
}
</style>
border-color css
<style>
span { border-color: #CC3685; }
span { border-color: rgb(204,54,133); }
td.TdClassName
{
border-color: #CC3685;
}
.TagClassName
{
border-color: #CC3685;
}
</style>