Shades of Cerise #CD296C
Tints of Cerise #CD296C
RGB
CMYK
RGB Variations
Color information
#CD296C (or 0xCD296C) is known color: Cerise. HEX triplet: CD, 29 and 6C. RGB value is (205,41,108). Sum of RGB (Red+Green+Blue) = 205+41+108=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD296C is #32D693. Grayscale: #616161. Windows color (decimal): -3331732 or 7088589. OLE color: 7088589.
HSL color Cylindrical-coordinate representation of color #CD296C: hue angle of 335.49º 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 #CD296C is Cyan = 0, Magento = 0.8, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 108 | - |
| CMYK | 0 | 0.8 | 0.47 | 0.20 |
| HSL | 335.49º | 0.67% | 0.48% | - |
| HSV(B) | 335.49º | 0.8% | 0.8% | - |
| XYZ | 28.68 | 15.65 | 15.7 | - |
| YUV | 97.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 108 | 0 | 0.8 | 0.47 | 0.20 | 335.49 | 0.67 | 0.48 |
| Hex | CD | 29 | 6C | 0 | 50 | 2F | 14 | 14F | 43 | 30 |
| Octal | 315 | 51 | 154 | 0 | 120 | 57 | 24 | 517 | 103 | 60 |
| Binary | 11001101 | 101001 | 1101100 | 0 | 1010000 | 101111 | 10100 | 101001111 | 1000011 | 110000 |
Color Harmonies of #CD296C
Complementary color
Monochromatic Colors of #CD296C
Black with #CD296C
Text Example
Text Example
White with #CD296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD296C; }
p { color: rgb(205,41,108); }
H1.HeaderClassName
{
color: #CD296C;
}
.AnyTagClassName
{
color: #CD296C;
}
</style>
background-color css
<style>
a { background-color: #CD296C; }
a { background-color: rgb(205,41,108); }
div.DivClassName
{
background-color: #CD296C;
}
.BgClassName
{
background-color: #CD296C;
}
</style>
border-color css
<style>
span { border-color: #CD296C; }
span { border-color: rgb(205,41,108); }
td.TdClassName
{
border-color: #CD296C;
}
.TagClassName
{
border-color: #CD296C;
}
</style>