Shades of Cerise #CC336A
Tints of Cerise #CC336A
RGB
CMYK
RGB Variations
Color information
#CC336A (or 0xCC336A) is known color: Cerise. HEX triplet: CC, 33 and 6A. RGB value is (204,51,106). Sum of RGB (Red+Green+Blue) = 204+51+106=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC336A is #33CC95. Grayscale: #666666. Windows color (decimal): -3394710 or 6960076. OLE color: 6960076.
HSL color Cylindrical-coordinate representation of color #CC336A: hue angle of 338.43º 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 #CC336A is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 106 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.2 |
| HSL | 338.43º | 0.6% | 0.5% | - |
| HSV(B) | 338.43º | 0.75% | 0.8% | - |
| XYZ | 28.69 | 16.25 | 15.26 | - |
| YUV | 103.02 | 129.69 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 106 | 0 | 0.75 | 0.48 | 0.2 | 338.43 | 0.6 | 0.5 |
| Hex | CC | 33 | 6A | 0 | 4B | 30 | 14 | 152 | 3C | 32 |
| Octal | 314 | 63 | 152 | 0 | 113 | 60 | 24 | 522 | 74 | 62 |
| Binary | 11001100 | 110011 | 1101010 | 0 | 1001011 | 110000 | 10100 | 101010010 | 111100 | 110010 |
Color Harmonies of #CC336A
Complementary color
Monochromatic Colors of #CC336A
Black with #CC336A
Text Example
Text Example
White with #CC336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC336A; }
p { color: rgb(204,51,106); }
H1.HeaderClassName
{
color: #CC336A;
}
.AnyTagClassName
{
color: #CC336A;
}
</style>
background-color css
<style>
a { background-color: #CC336A; }
a { background-color: rgb(204,51,106); }
div.DivClassName
{
background-color: #CC336A;
}
.BgClassName
{
background-color: #CC336A;
}
</style>
border-color css
<style>
span { border-color: #CC336A; }
span { border-color: rgb(204,51,106); }
td.TdClassName
{
border-color: #CC336A;
}
.TagClassName
{
border-color: #CC336A;
}
</style>