Shades of Cerise #CC3266
Tints of Cerise #CC3266
RGB
CMYK
RGB Variations
Color information
#CC3266 (or 0xCC3266) is known color: Cerise. HEX triplet: CC, 32 and 66. RGB value is (204,50,102). Sum of RGB (Red+Green+Blue) = 204+50+102=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3266 is #33CD99. Grayscale: #656565. Windows color (decimal): -3394970 or 6697676. OLE color: 6697676.
HSL color Cylindrical-coordinate representation of color #CC3266: hue angle of 339.74º 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 #CC3266 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 50 | 102 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.2 |
| HSL | 339.74º | 0.61% | 0.5% | - |
| HSV(B) | 339.74º | 0.75% | 0.8% | - |
| XYZ | 28.44 | 16.08 | 14.17 | - |
| YUV | 101.97 | 128.02 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 50 | 102 | 0 | 0.75 | 0.5 | 0.2 | 339.74 | 0.61 | 0.5 |
| Hex | CC | 32 | 66 | 0 | 4B | 32 | 14 | 154 | 3D | 32 |
| Octal | 314 | 62 | 146 | 0 | 113 | 62 | 24 | 524 | 75 | 62 |
| Binary | 11001100 | 110010 | 1100110 | 0 | 1001011 | 110010 | 10100 | 101010100 | 111101 | 110010 |
Color Harmonies of #CC3266
Complementary color
Monochromatic Colors of #CC3266
Black with #CC3266
Text Example
Text Example
White with #CC3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3266; }
p { color: rgb(204,50,102); }
H1.HeaderClassName
{
color: #CC3266;
}
.AnyTagClassName
{
color: #CC3266;
}
</style>
background-color css
<style>
a { background-color: #CC3266; }
a { background-color: rgb(204,50,102); }
div.DivClassName
{
background-color: #CC3266;
}
.BgClassName
{
background-color: #CC3266;
}
</style>
border-color css
<style>
span { border-color: #CC3266; }
span { border-color: rgb(204,50,102); }
td.TdClassName
{
border-color: #CC3266;
}
.TagClassName
{
border-color: #CC3266;
}
</style>