Shades of Cerise #CC3471
Tints of Cerise #CC3471
RGB
CMYK
RGB Variations
Color information
#CC3471 (or 0xCC3471) is known color: Cerise. HEX triplet: CC, 34 and 71. RGB value is (204,52,113). Sum of RGB (Red+Green+Blue) = 204+52+113=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3471 is #33CB8E. Grayscale: #686868. Windows color (decimal): -3394447 or 7419084. OLE color: 7419084.
HSL color Cylindrical-coordinate representation of color #CC3471: hue angle of 335.92º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3471 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 52 | 113 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.2 |
| HSL | 335.92º | 0.6% | 0.5% | - |
| HSV(B) | 335.92º | 0.75% | 0.8% | - |
| XYZ | 29.11 | 16.49 | 17.27 | - |
| YUV | 104.4 | 132.86 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 113 | 0 | 0.75 | 0.45 | 0.2 | 335.92 | 0.6 | 0.5 |
| Hex | CC | 34 | 71 | 0 | 4B | 2D | 14 | 150 | 3C | 32 |
| Octal | 314 | 64 | 161 | 0 | 113 | 55 | 24 | 520 | 74 | 62 |
| Binary | 11001100 | 110100 | 1110001 | 0 | 1001011 | 101101 | 10100 | 101010000 | 111100 | 110010 |
Color Harmonies of #CC3471
Complementary color
Monochromatic Colors of #CC3471
Black with #CC3471
Text Example
Text Example
White with #CC3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3471; }
p { color: rgb(204,52,113); }
H1.HeaderClassName
{
color: #CC3471;
}
.AnyTagClassName
{
color: #CC3471;
}
</style>
background-color css
<style>
a { background-color: #CC3471; }
a { background-color: rgb(204,52,113); }
div.DivClassName
{
background-color: #CC3471;
}
.BgClassName
{
background-color: #CC3471;
}
</style>
border-color css
<style>
span { border-color: #CC3471; }
span { border-color: rgb(204,52,113); }
td.TdClassName
{
border-color: #CC3471;
}
.TagClassName
{
border-color: #CC3471;
}
</style>