Shades of Cerise #CC2671
Tints of Cerise #CC2671
RGB
CMYK
RGB Variations
Color information
#CC2671 (or 0xCC2671) is known color: Cerise. HEX triplet: CC, 26 and 71. RGB value is (204,38,113). Sum of RGB (Red+Green+Blue) = 204+38+113=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2671 is #33D98E. Grayscale: #606060. Windows color (decimal): -3398031 or 7415500. OLE color: 7415500.
HSL color Cylindrical-coordinate representation of color #CC2671: hue angle of 332.89º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC2671 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 38 | 113 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.2 |
| HSL | 332.89º | 0.69% | 0.47% | - |
| HSV(B) | 332.89º | 0.81% | 0.8% | - |
| XYZ | 28.58 | 15.42 | 17.09 | - |
| YUV | 96.18 | 137.5 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 38 | 113 | 0 | 0.81 | 0.45 | 0.2 | 332.89 | 0.69 | 0.47 |
| Hex | CC | 26 | 71 | 0 | 51 | 2D | 14 | 14D | 45 | 2F |
| Octal | 314 | 46 | 161 | 0 | 121 | 55 | 24 | 515 | 105 | 57 |
| Binary | 11001100 | 100110 | 1110001 | 0 | 1010001 | 101101 | 10100 | 101001101 | 1000101 | 101111 |
Color Harmonies of #CC2671
Complementary color
Monochromatic Colors of #CC2671
Black with #CC2671
Text Example
Text Example
White with #CC2671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2671; }
p { color: rgb(204,38,113); }
H1.HeaderClassName
{
color: #CC2671;
}
.AnyTagClassName
{
color: #CC2671;
}
</style>
background-color css
<style>
a { background-color: #CC2671; }
a { background-color: rgb(204,38,113); }
div.DivClassName
{
background-color: #CC2671;
}
.BgClassName
{
background-color: #CC2671;
}
</style>
border-color css
<style>
span { border-color: #CC2671; }
span { border-color: rgb(204,38,113); }
td.TdClassName
{
border-color: #CC2671;
}
.TagClassName
{
border-color: #CC2671;
}
</style>