Shades of Cerise #CD2D5C
Tints of Cerise #CD2D5C
RGB
CMYK
RGB Variations
Color information
#CD2D5C (or 0xCD2D5C) is known color: Cerise. HEX triplet: CD, 2D and 5C. RGB value is (205,45,92). Sum of RGB (Red+Green+Blue) = 205+45+92=342 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.94% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2D5C is #32D2A3. Grayscale: #626262. Windows color (decimal): -3330724 or 6041037. OLE color: 6041037.
HSL color Cylindrical-coordinate representation of color #CD2D5C: hue angle of 342.38º degrees, saturation: 0.64, 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 #CD2D5C is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 45 | 92 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.20 |
| HSL | 342.38º | 0.64% | 0.49% | - |
| HSV(B) | 342.38º | 0.78% | 0.8% | - |
| XYZ | 28.05 | 15.63 | 11.66 | - |
| YUV | 98.2 | 124.51 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 45 | 92 | 0 | 0.78 | 0.55 | 0.20 | 342.38 | 0.64 | 0.49 |
| Hex | CD | 2D | 5C | 0 | 4E | 37 | 14 | 156 | 40 | 31 |
| Octal | 315 | 55 | 134 | 0 | 116 | 67 | 24 | 526 | 100 | 61 |
| Binary | 11001101 | 101101 | 1011100 | 0 | 1001110 | 110111 | 10100 | 101010110 | 1000000 | 110001 |
Color Harmonies of #CD2D5C
Complementary color
Monochromatic Colors of #CD2D5C
Black with #CD2D5C
Text Example
Text Example
White with #CD2D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2D5C; }
p { color: rgb(205,45,92); }
H1.HeaderClassName
{
color: #CD2D5C;
}
.AnyTagClassName
{
color: #CD2D5C;
}
</style>
background-color css
<style>
a { background-color: #CD2D5C; }
a { background-color: rgb(205,45,92); }
div.DivClassName
{
background-color: #CD2D5C;
}
.BgClassName
{
background-color: #CD2D5C;
}
</style>
border-color css
<style>
span { border-color: #CD2D5C; }
span { border-color: rgb(205,45,92); }
td.TdClassName
{
border-color: #CD2D5C;
}
.TagClassName
{
border-color: #CD2D5C;
}
</style>