Shades of Cerise #CC296B
Tints of Cerise #CC296B
RGB
CMYK
RGB Variations
Color information
#CC296B (or 0xCC296B) is known color: Cerise. HEX triplet: CC, 29 and 6B. RGB value is (204,41,107). Sum of RGB (Red+Green+Blue) = 204+41+107=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 41 (16.41% from 255 or 11.65% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC296B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC296B is #33D694. Grayscale: #616161. Windows color (decimal): -3397269 or 7023052. OLE color: 7023052.
HSL color Cylindrical-coordinate representation of color #CC296B: hue angle of 335.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC296B is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 107 | - |
| CMYK | 0 | 0.80 | 0.48 | 0.2 |
| HSL | 335.71º | 0.67% | 0.48% | - |
| HSV(B) | 335.71º | 0.8% | 0.8% | - |
| XYZ | 28.35 | 15.48 | 15.4 | - |
| YUV | 97.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 107 | 0 | 0.80 | 0.48 | 0.2 | 335.71 | 0.67 | 0.48 |
| Hex | CC | 29 | 6B | 0 | 50 | 30 | 14 | 150 | 43 | 30 |
| Octal | 314 | 51 | 153 | 0 | 120 | 60 | 24 | 520 | 103 | 60 |
| Binary | 11001100 | 101001 | 1101011 | 0 | 1010000 | 110000 | 10100 | 101010000 | 1000011 | 110000 |
Color Harmonies of #CC296B
Complementary color
Monochromatic Colors of #CC296B
Black with #CC296B
Text Example
Text Example
White with #CC296B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC296B; }
p { color: rgb(204,41,107); }
H1.HeaderClassName
{
color: #CC296B;
}
.AnyTagClassName
{
color: #CC296B;
}
</style>
background-color css
<style>
a { background-color: #CC296B; }
a { background-color: rgb(204,41,107); }
div.DivClassName
{
background-color: #CC296B;
}
.BgClassName
{
background-color: #CC296B;
}
</style>
border-color css
<style>
span { border-color: #CC296B; }
span { border-color: rgb(204,41,107); }
td.TdClassName
{
border-color: #CC296B;
}
.TagClassName
{
border-color: #CC296B;
}
</style>