Shades of Cerise #CC2261
Tints of Cerise #CC2261
RGB
CMYK
RGB Variations
Color information
#CC2261 (or 0xCC2261) is known color: Cerise. HEX triplet: CC, 22 and 61. RGB value is (204,34,97). Sum of RGB (Red+Green+Blue) = 204+34+97=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2261 is #33DD9E. Grayscale: #5B5B5B. Windows color (decimal): -3399071 or 6365900. OLE color: 6365900.
HSL color Cylindrical-coordinate representation of color #CC2261: hue angle of 337.76º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2261 is Cyan = 0, Magento = 0.83, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 34 | 97 | - |
| CMYK | 0 | 0.83 | 0.52 | 0.2 |
| HSL | 337.76º | 0.71% | 0.47% | - |
| HSV(B) | 337.76º | 0.83% | 0.8% | - |
| XYZ | 27.63 | 14.84 | 12.72 | - |
| YUV | 92.01 | 130.82 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 34 | 97 | 0 | 0.83 | 0.52 | 0.2 | 337.76 | 0.71 | 0.47 |
| Hex | CC | 22 | 61 | 0 | 53 | 34 | 14 | 152 | 47 | 2F |
| Octal | 314 | 42 | 141 | 0 | 123 | 64 | 24 | 522 | 107 | 57 |
| Binary | 11001100 | 100010 | 1100001 | 0 | 1010011 | 110100 | 10100 | 101010010 | 1000111 | 101111 |
Color Harmonies of #CC2261
Complementary color
Monochromatic Colors of #CC2261
Black with #CC2261
Text Example
Text Example
White with #CC2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2261; }
p { color: rgb(204,34,97); }
H1.HeaderClassName
{
color: #CC2261;
}
.AnyTagClassName
{
color: #CC2261;
}
</style>
background-color css
<style>
a { background-color: #CC2261; }
a { background-color: rgb(204,34,97); }
div.DivClassName
{
background-color: #CC2261;
}
.BgClassName
{
background-color: #CC2261;
}
</style>
border-color css
<style>
span { border-color: #CC2261; }
span { border-color: rgb(204,34,97); }
td.TdClassName
{
border-color: #CC2261;
}
.TagClassName
{
border-color: #CC2261;
}
</style>