Shades of Deep Cerise #CC297F
Tints of Deep Cerise #CC297F
RGB
CMYK
RGB Variations
Color information
#CC297F (or 0xCC297F) is known color: Deep Cerise. HEX triplet: CC, 29 and 7F. RGB value is (204,41,127). Sum of RGB (Red+Green+Blue) = 204+41+127=372 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.84% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 204 - color contains mainly: red. Hex color #CC297F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC297F is #33D680. Grayscale: #636363. Windows color (decimal): -3397249 or 8333772. OLE color: 8333772.
HSL color Cylindrical-coordinate representation of color #CC297F: hue angle of 328.34º 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 #CC297F is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 41 | 127 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.2 |
| HSL | 328.34º | 0.67% | 0.48% | - |
| HSV(B) | 328.34º | 0.8% | 0.8% | - |
| XYZ | 29.53 | 15.96 | 21.6 | - |
| YUV | 99.54 | 143.5 | 202.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 41 | 127 | 0 | 0.80 | 0.38 | 0.2 | 328.34 | 0.67 | 0.48 |
| Hex | CC | 29 | 7F | 0 | 50 | 26 | 14 | 148 | 43 | 30 |
| Octal | 314 | 51 | 177 | 0 | 120 | 46 | 24 | 510 | 103 | 60 |
| Binary | 11001100 | 101001 | 1111111 | 0 | 1010000 | 100110 | 10100 | 101001000 | 1000011 | 110000 |
Color Harmonies of #CC297F
Complementary color
Monochromatic Colors of #CC297F
Black with #CC297F
Text Example
Text Example
White with #CC297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC297F; }
p { color: rgb(204,41,127); }
H1.HeaderClassName
{
color: #CC297F;
}
.AnyTagClassName
{
color: #CC297F;
}
</style>
background-color css
<style>
a { background-color: #CC297F; }
a { background-color: rgb(204,41,127); }
div.DivClassName
{
background-color: #CC297F;
}
.BgClassName
{
background-color: #CC297F;
}
</style>
border-color css
<style>
span { border-color: #CC297F; }
span { border-color: rgb(204,41,127); }
td.TdClassName
{
border-color: #CC297F;
}
.TagClassName
{
border-color: #CC297F;
}
</style>