Shades of Cerise #CC3166
Tints of Cerise #CC3166
RGB
CMYK
RGB Variations
Color information
#CC3166 (or 0xCC3166) is known color: Cerise. HEX triplet: CC, 31 and 66. RGB value is (204,49,102). Sum of RGB (Red+Green+Blue) = 204+49+102=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3166 is #33CE99. Grayscale: #656565. Windows color (decimal): -3395226 or 6697420. OLE color: 6697420.
HSL color Cylindrical-coordinate representation of color #CC3166: hue angle of 339.48º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3166 is Cyan = 0, Magento = 0.76, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 102 | - |
| CMYK | 0 | 0.76 | 0.5 | 0.2 |
| HSL | 339.48º | 0.61% | 0.5% | - |
| HSV(B) | 339.48º | 0.76% | 0.8% | - |
| XYZ | 28.4 | 15.99 | 14.16 | - |
| YUV | 101.39 | 128.35 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 102 | 0 | 0.76 | 0.5 | 0.2 | 339.48 | 0.61 | 0.5 |
| Hex | CC | 31 | 66 | 0 | 4C | 32 | 14 | 153 | 3D | 32 |
| Octal | 314 | 61 | 146 | 0 | 114 | 62 | 24 | 523 | 75 | 62 |
| Binary | 11001100 | 110001 | 1100110 | 0 | 1001100 | 110010 | 10100 | 101010011 | 111101 | 110010 |
Color Harmonies of #CC3166
Complementary color
Monochromatic Colors of #CC3166
Black with #CC3166
Text Example
Text Example
White with #CC3166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3166; }
p { color: rgb(204,49,102); }
H1.HeaderClassName
{
color: #CC3166;
}
.AnyTagClassName
{
color: #CC3166;
}
</style>
background-color css
<style>
a { background-color: #CC3166; }
a { background-color: rgb(204,49,102); }
div.DivClassName
{
background-color: #CC3166;
}
.BgClassName
{
background-color: #CC3166;
}
</style>
border-color css
<style>
span { border-color: #CC3166; }
span { border-color: rgb(204,49,102); }
td.TdClassName
{
border-color: #CC3166;
}
.TagClassName
{
border-color: #CC3166;
}
</style>