Shades of Cerise #CD295C
Tints of Cerise #CD295C
RGB
CMYK
RGB Variations
Color information
#CD295C (or 0xCD295C) is known color: Cerise. HEX triplet: CD, 29 and 5C. RGB value is (205,41,92). Sum of RGB (Red+Green+Blue) = 205+41+92=338 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.65% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 205 - color contains mainly: red. Hex color #CD295C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD295C is #32D6A3. Grayscale: #5F5F5F. Windows color (decimal): -3331748 or 6040013. OLE color: 6040013.
HSL color Cylindrical-coordinate representation of color #CD295C: hue angle of 341.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 #CD295C is Cyan = 0, Magento = 0.8, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 92 | - |
| CMYK | 0 | 0.8 | 0.55 | 0.20 |
| HSL | 341.34º | 0.67% | 0.48% | - |
| HSV(B) | 341.34º | 0.8% | 0.8% | - |
| XYZ | 27.9 | 15.34 | 11.62 | - |
| YUV | 95.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 92 | 0 | 0.8 | 0.55 | 0.20 | 341.34 | 0.67 | 0.48 |
| Hex | CD | 29 | 5C | 0 | 50 | 37 | 14 | 155 | 43 | 30 |
| Octal | 315 | 51 | 134 | 0 | 120 | 67 | 24 | 525 | 103 | 60 |
| Binary | 11001101 | 101001 | 1011100 | 0 | 1010000 | 110111 | 10100 | 101010101 | 1000011 | 110000 |
Color Harmonies of #CD295C
Complementary color
Monochromatic Colors of #CD295C
Black with #CD295C
Text Example
Text Example
White with #CD295C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD295C; }
p { color: rgb(205,41,92); }
H1.HeaderClassName
{
color: #CD295C;
}
.AnyTagClassName
{
color: #CD295C;
}
</style>
background-color css
<style>
a { background-color: #CD295C; }
a { background-color: rgb(205,41,92); }
div.DivClassName
{
background-color: #CD295C;
}
.BgClassName
{
background-color: #CD295C;
}
</style>
border-color css
<style>
span { border-color: #CD295C; }
span { border-color: rgb(205,41,92); }
td.TdClassName
{
border-color: #CD295C;
}
.TagClassName
{
border-color: #CD295C;
}
</style>