Shades of Cerise #CC3261
Tints of Cerise #CC3261
RGB
CMYK
RGB Variations
Color information
#CC3261 (or 0xCC3261) is known color: Cerise. HEX triplet: CC, 32 and 61. RGB value is (204,50,97). Sum of RGB (Red+Green+Blue) = 204+50+97=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3261 is #33CD9E. Grayscale: #656565. Windows color (decimal): -3394975 or 6369996. OLE color: 6369996.
HSL color Cylindrical-coordinate representation of color #CC3261: hue angle of 341.69º degrees, saturation: 0.61, 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 #CC3261 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 97 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.2 |
| HSL | 341.69º | 0.61% | 0.5% | - |
| HSV(B) | 341.69º | 0.75% | 0.8% | - |
| XYZ | 28.2 | 15.98 | 12.91 | - |
| YUV | 101.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 97 | 0 | 0.75 | 0.52 | 0.2 | 341.69 | 0.61 | 0.5 |
| Hex | CC | 32 | 61 | 0 | 4B | 34 | 14 | 156 | 3D | 32 |
| Octal | 314 | 62 | 141 | 0 | 113 | 64 | 24 | 526 | 75 | 62 |
| Binary | 11001100 | 110010 | 1100001 | 0 | 1001011 | 110100 | 10100 | 101010110 | 111101 | 110010 |
Color Harmonies of #CC3261
Complementary color
Monochromatic Colors of #CC3261
Black with #CC3261
Text Example
Text Example
White with #CC3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3261; }
p { color: rgb(204,50,97); }
H1.HeaderClassName
{
color: #CC3261;
}
.AnyTagClassName
{
color: #CC3261;
}
</style>
background-color css
<style>
a { background-color: #CC3261; }
a { background-color: rgb(204,50,97); }
div.DivClassName
{
background-color: #CC3261;
}
.BgClassName
{
background-color: #CC3261;
}
</style>
border-color css
<style>
span { border-color: #CC3261; }
span { border-color: rgb(204,50,97); }
td.TdClassName
{
border-color: #CC3261;
}
.TagClassName
{
border-color: #CC3261;
}
</style>