Shades of Deep Cerise #CC3675
Tints of Deep Cerise #CC3675
RGB
CMYK
RGB Variations
Color information
#CC3675 (or 0xCC3675) is known color: Deep Cerise. HEX triplet: CC, 36 and 75. RGB value is (204,54,117). Sum of RGB (Red+Green+Blue) = 204+54+117=375 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.4% from 375); Green value is 54 (21.48% from 255 or 14.4% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3675 is #33C98A. Grayscale: #696969. Windows color (decimal): -3393931 or 7681740. OLE color: 7681740.
HSL color Cylindrical-coordinate representation of color #CC3675: hue angle of 334.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 #CC3675 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 54 | 117 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.2 |
| HSL | 334.8º | 0.6% | 0.51% | - |
| HSV(B) | 334.8º | 0.74% | 0.8% | - |
| XYZ | 29.43 | 16.76 | 18.51 | - |
| YUV | 106.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 54 | 117 | 0 | 0.74 | 0.43 | 0.2 | 334.8 | 0.6 | 0.51 |
| Hex | CC | 36 | 75 | 0 | 4A | 2B | 14 | 14F | 3C | 33 |
| Octal | 314 | 66 | 165 | 0 | 112 | 53 | 24 | 517 | 74 | 63 |
| Binary | 11001100 | 110110 | 1110101 | 0 | 1001010 | 101011 | 10100 | 101001111 | 111100 | 110011 |
Color Harmonies of #CC3675
Complementary color
Monochromatic Colors of #CC3675
Black with #CC3675
Text Example
Text Example
White with #CC3675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3675; }
p { color: rgb(204,54,117); }
H1.HeaderClassName
{
color: #CC3675;
}
.AnyTagClassName
{
color: #CC3675;
}
</style>
background-color css
<style>
a { background-color: #CC3675; }
a { background-color: rgb(204,54,117); }
div.DivClassName
{
background-color: #CC3675;
}
.BgClassName
{
background-color: #CC3675;
}
</style>
border-color css
<style>
span { border-color: #CC3675; }
span { border-color: rgb(204,54,117); }
td.TdClassName
{
border-color: #CC3675;
}
.TagClassName
{
border-color: #CC3675;
}
</style>