Shades of Cerise #CC3366
Tints of Cerise #CC3366
RGB
CMYK
RGB Variations
Color information
#CC3366 (or 0xCC3366) is known color: Cerise. HEX triplet: CC, 33 and 66. RGB value is (204,51,102). Sum of RGB (Red+Green+Blue) = 204+51+102=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 51 (20.31% from 255 or 14.29% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3366 is a web safe color. Inversed color of #CC3366 is #33CC99. Grayscale: #666666. Windows color (decimal): -3394714 or 6697932. OLE color: 6697932.
HSL color Cylindrical-coordinate representation of color #CC3366: hue angle of 340º degrees, saturation: 0.6, 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 #CC3366 is Cyan = 0, Magento = 0.75, Yellow = 0.5 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 102 | - |
| CMYK | 0 | 0.75 | 0.5 | 0.2 |
| HSL | 340º | 0.6% | 0.5% | - |
| HSV(B) | 340º | 0.75% | 0.8% | - |
| XYZ | 28.48 | 16.16 | 14.19 | - |
| YUV | 102.56 | 127.69 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 102 | 0 | 0.75 | 0.5 | 0.2 | 340 | 0.6 | 0.5 |
| Hex | CC | 33 | 66 | 0 | 4B | 32 | 14 | 154 | 3C | 32 |
| Octal | 314 | 63 | 146 | 0 | 113 | 62 | 24 | 524 | 74 | 62 |
| Binary | 11001100 | 110011 | 1100110 | 0 | 1001011 | 110010 | 10100 | 101010100 | 111100 | 110010 |
Color Harmonies of #CC3366
Complementary color
Monochromatic Colors of #CC3366
Black with #CC3366
Text Example
Text Example
White with #CC3366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3366; }
p { color: rgb(204,51,102); }
H1.HeaderClassName
{
color: #CC3366;
}
.AnyTagClassName
{
color: #CC3366;
}
</style>
background-color css
<style>
a { background-color: #CC3366; }
a { background-color: rgb(204,51,102); }
div.DivClassName
{
background-color: #CC3366;
}
.BgClassName
{
background-color: #CC3366;
}
</style>
border-color css
<style>
span { border-color: #CC3366; }
span { border-color: rgb(204,51,102); }
td.TdClassName
{
border-color: #CC3366;
}
.TagClassName
{
border-color: #CC3366;
}
</style>