Shades of Deep Cerise #CC297B
Tints of Deep Cerise #CC297B
RGB
CMYK
RGB Variations
Color information
#CC297B (or 0xCC297B) is known color: Deep Cerise. HEX triplet: CC, 29 and 7B. RGB value is (204,41,123). Sum of RGB (Red+Green+Blue) = 204+41+123=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297B is #33D684. Grayscale: #626262. Windows color (decimal): -3397253 or 8071628. OLE color: 8071628.
HSL color Cylindrical-coordinate representation of color #CC297B: hue angle of 329.82º 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 #CC297B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 123 | - |
| CMYK | 0 | 0.80 | 0.40 | 0.2 |
| HSL | 329.82º | 0.67% | 0.48% | - |
| HSV(B) | 329.82º | 0.8% | 0.8% | - |
| XYZ | 29.27 | 15.85 | 20.26 | - |
| YUV | 99.09 | 141.5 | 202.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 123 | 0 | 0.80 | 0.40 | 0.2 | 329.82 | 0.67 | 0.48 |
| Hex | CC | 29 | 7B | 0 | 50 | 28 | 14 | 14A | 43 | 30 |
| Octal | 314 | 51 | 173 | 0 | 120 | 50 | 24 | 512 | 103 | 60 |
| Binary | 11001100 | 101001 | 1111011 | 0 | 1010000 | 101000 | 10100 | 101001010 | 1000011 | 110000 |
Color Harmonies of #CC297B
Complementary color
Monochromatic Colors of #CC297B
Black with #CC297B
Text Example
Text Example
White with #CC297B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC297B; }
p { color: rgb(204,41,123); }
H1.HeaderClassName
{
color: #CC297B;
}
.AnyTagClassName
{
color: #CC297B;
}
</style>
background-color css
<style>
a { background-color: #CC297B; }
a { background-color: rgb(204,41,123); }
div.DivClassName
{
background-color: #CC297B;
}
.BgClassName
{
background-color: #CC297B;
}
</style>
border-color css
<style>
span { border-color: #CC297B; }
span { border-color: rgb(204,41,123); }
td.TdClassName
{
border-color: #CC297B;
}
.TagClassName
{
border-color: #CC297B;
}
</style>