Shades of Cerise #CC336B
Tints of Cerise #CC336B
RGB
CMYK
RGB Variations
Color information
#CC336B (or 0xCC336B) is known color: Cerise. HEX triplet: CC, 33 and 6B. RGB value is (204,51,107). Sum of RGB (Red+Green+Blue) = 204+51+107=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC336B is #33CC94. Grayscale: #676767. Windows color (decimal): -3394709 or 7025612. OLE color: 7025612.
HSL color Cylindrical-coordinate representation of color #CC336B: hue angle of 338.04º 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 #CC336B is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 51 | 107 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.2 |
| HSL | 338.04º | 0.6% | 0.5% | - |
| HSV(B) | 338.04º | 0.75% | 0.8% | - |
| XYZ | 28.74 | 16.27 | 15.53 | - |
| YUV | 103.13 | 130.19 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 51 | 107 | 0 | 0.75 | 0.48 | 0.2 | 338.04 | 0.6 | 0.5 |
| Hex | CC | 33 | 6B | 0 | 4B | 30 | 14 | 152 | 3C | 32 |
| Octal | 314 | 63 | 153 | 0 | 113 | 60 | 24 | 522 | 74 | 62 |
| Binary | 11001100 | 110011 | 1101011 | 0 | 1001011 | 110000 | 10100 | 101010010 | 111100 | 110010 |
Color Harmonies of #CC336B
Complementary color
Monochromatic Colors of #CC336B
Black with #CC336B
Text Example
Text Example
White with #CC336B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC336B; }
p { color: rgb(204,51,107); }
H1.HeaderClassName
{
color: #CC336B;
}
.AnyTagClassName
{
color: #CC336B;
}
</style>
background-color css
<style>
a { background-color: #CC336B; }
a { background-color: rgb(204,51,107); }
div.DivClassName
{
background-color: #CC336B;
}
.BgClassName
{
background-color: #CC336B;
}
</style>
border-color css
<style>
span { border-color: #CC336B; }
span { border-color: rgb(204,51,107); }
td.TdClassName
{
border-color: #CC336B;
}
.TagClassName
{
border-color: #CC336B;
}
</style>