Shades of Cerise #CD2E5A
Tints of Cerise #CD2E5A
RGB
CMYK
RGB Variations
Color information
#CD2E5A (or 0xCD2E5A) is known color: Cerise. HEX triplet: CD, 2E and 5A. RGB value is (205,46,90). Sum of RGB (Red+Green+Blue) = 205+46+90=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2E5A is #32D1A5. Grayscale: #626262. Windows color (decimal): -3330470 or 5910221. OLE color: 5910221.
HSL color Cylindrical-coordinate representation of color #CD2E5A: hue angle of 343.4º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E5A is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 90 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.20 |
| HSL | 343.4º | 0.63% | 0.49% | - |
| HSV(B) | 343.4º | 0.78% | 0.8% | - |
| XYZ | 28 | 15.67 | 11.22 | - |
| YUV | 98.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 90 | 0 | 0.78 | 0.56 | 0.20 | 343.4 | 0.63 | 0.49 |
| Hex | CD | 2E | 5A | 0 | 4E | 38 | 14 | 157 | 3F | 31 |
| Octal | 315 | 56 | 132 | 0 | 116 | 70 | 24 | 527 | 77 | 61 |
| Binary | 11001101 | 101110 | 1011010 | 0 | 1001110 | 111000 | 10100 | 101010111 | 111111 | 110001 |
Color Harmonies of #CD2E5A
Complementary color
Monochromatic Colors of #CD2E5A
Black with #CD2E5A
Text Example
Text Example
White with #CD2E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E5A; }
p { color: rgb(205,46,90); }
H1.HeaderClassName
{
color: #CD2E5A;
}
.AnyTagClassName
{
color: #CD2E5A;
}
</style>
background-color css
<style>
a { background-color: #CD2E5A; }
a { background-color: rgb(205,46,90); }
div.DivClassName
{
background-color: #CD2E5A;
}
.BgClassName
{
background-color: #CD2E5A;
}
</style>
border-color css
<style>
span { border-color: #CD2E5A; }
span { border-color: rgb(205,46,90); }
td.TdClassName
{
border-color: #CD2E5A;
}
.TagClassName
{
border-color: #CD2E5A;
}
</style>