Shades of Cerise #CD295A
Tints of Cerise #CD295A
RGB
CMYK
RGB Variations
Color information
#CD295A (or 0xCD295A) is known color: Cerise. HEX triplet: CD, 29 and 5A. RGB value is (205,41,90). Sum of RGB (Red+Green+Blue) = 205+41+90=336 (44% of max value = 765). Red value is 205 (80.47% from 255 or 61.01% from 336); Green value is 41 (16.41% from 255 or 12.20% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 205 - color contains mainly: red. Hex color #CD295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD295A is #32D6A5. Grayscale: #5F5F5F. Windows color (decimal): -3331750 or 5908941. OLE color: 5908941.
HSL color Cylindrical-coordinate representation of color #CD295A: hue angle of 342.07º 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 #CD295A is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 41 | 90 | - |
| CMYK | 0 | 0.8 | 0.56 | 0.20 |
| HSL | 342.07º | 0.67% | 0.48% | - |
| HSV(B) | 342.07º | 0.8% | 0.8% | - |
| XYZ | 27.82 | 15.3 | 11.16 | - |
| YUV | 95.62 | 124.83 | 206.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 41 | 90 | 0 | 0.8 | 0.56 | 0.20 | 342.07 | 0.67 | 0.48 |
| Hex | CD | 29 | 5A | 0 | 50 | 38 | 14 | 156 | 43 | 30 |
| Octal | 315 | 51 | 132 | 0 | 120 | 70 | 24 | 526 | 103 | 60 |
| Binary | 11001101 | 101001 | 1011010 | 0 | 1010000 | 111000 | 10100 | 101010110 | 1000011 | 110000 |
Color Harmonies of #CD295A
Complementary color
Monochromatic Colors of #CD295A
Black with #CD295A
Text Example
Text Example
White with #CD295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD295A; }
p { color: rgb(205,41,90); }
H1.HeaderClassName
{
color: #CD295A;
}
.AnyTagClassName
{
color: #CD295A;
}
</style>
background-color css
<style>
a { background-color: #CD295A; }
a { background-color: rgb(205,41,90); }
div.DivClassName
{
background-color: #CD295A;
}
.BgClassName
{
background-color: #CD295A;
}
</style>
border-color css
<style>
span { border-color: #CD295A; }
span { border-color: rgb(205,41,90); }
td.TdClassName
{
border-color: #CD295A;
}
.TagClassName
{
border-color: #CD295A;
}
</style>