Shades of Deep Cerise #CC297E
Tints of Deep Cerise #CC297E
RGB
CMYK
RGB Variations
Color information
#CC297E (or 0xCC297E) is known color: Deep Cerise. HEX triplet: CC, 29 and 7E. RGB value is (204,41,126). Sum of RGB (Red+Green+Blue) = 204+41+126=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297E is #33D681. Grayscale: #636363. Windows color (decimal): -3397250 or 8268236. OLE color: 8268236.
HSL color Cylindrical-coordinate representation of color #CC297E: hue angle of 328.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 #CC297E is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 126 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.2 |
| HSL | 328.71º | 0.67% | 0.48% | - |
| HSV(B) | 328.71º | 0.8% | 0.8% | - |
| XYZ | 29.46 | 15.93 | 21.26 | - |
| YUV | 99.43 | 143 | 202.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 126 | 0 | 0.80 | 0.38 | 0.2 | 328.71 | 0.67 | 0.48 |
| Hex | CC | 29 | 7E | 0 | 50 | 26 | 14 | 149 | 43 | 30 |
| Octal | 314 | 51 | 176 | 0 | 120 | 46 | 24 | 511 | 103 | 60 |
| Binary | 11001100 | 101001 | 1111110 | 0 | 1010000 | 100110 | 10100 | 101001001 | 1000011 | 110000 |
Color Harmonies of #CC297E
Complementary color
Monochromatic Colors of #CC297E
Black with #CC297E
Text Example
Text Example
White with #CC297E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC297E; }
p { color: rgb(204,41,126); }
H1.HeaderClassName
{
color: #CC297E;
}
.AnyTagClassName
{
color: #CC297E;
}
</style>
background-color css
<style>
a { background-color: #CC297E; }
a { background-color: rgb(204,41,126); }
div.DivClassName
{
background-color: #CC297E;
}
.BgClassName
{
background-color: #CC297E;
}
</style>
border-color css
<style>
span { border-color: #CC297E; }
span { border-color: rgb(204,41,126); }
td.TdClassName
{
border-color: #CC297E;
}
.TagClassName
{
border-color: #CC297E;
}
</style>