Shades of Cerise #CD315E
Tints of Cerise #CD315E
RGB
CMYK
RGB Variations
Color information
#CD315E (or 0xCD315E) is known color: Cerise. HEX triplet: CD, 31 and 5E. RGB value is (205,49,94). Sum of RGB (Red+Green+Blue) = 205+49+94=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 94 (37.11% from 255 or 27.01% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD315E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD315E is #32CEA1. Grayscale: #646464. Windows color (decimal): -3329698 or 6173133. OLE color: 6173133.
HSL color Cylindrical-coordinate representation of color #CD315E: hue angle of 342.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD315E is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 94 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.20 |
| HSL | 342.69º | 0.61% | 0.5% | - |
| HSV(B) | 342.69º | 0.76% | 0.8% | - |
| XYZ | 28.3 | 15.98 | 12.18 | - |
| YUV | 100.77 | 124.18 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 94 | 0 | 0.76 | 0.54 | 0.20 | 342.69 | 0.61 | 0.5 |
| Hex | CD | 31 | 5E | 0 | 4C | 36 | 14 | 157 | 3D | 32 |
| Octal | 315 | 61 | 136 | 0 | 114 | 66 | 24 | 527 | 75 | 62 |
| Binary | 11001101 | 110001 | 1011110 | 0 | 1001100 | 110110 | 10100 | 101010111 | 111101 | 110010 |
Color Harmonies of #CD315E
Complementary color
Monochromatic Colors of #CD315E
Black with #CD315E
Text Example
Text Example
White with #CD315E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD315E; }
p { color: rgb(205,49,94); }
H1.HeaderClassName
{
color: #CD315E;
}
.AnyTagClassName
{
color: #CD315E;
}
</style>
background-color css
<style>
a { background-color: #CD315E; }
a { background-color: rgb(205,49,94); }
div.DivClassName
{
background-color: #CD315E;
}
.BgClassName
{
background-color: #CD315E;
}
</style>
border-color css
<style>
span { border-color: #CD315E; }
span { border-color: rgb(205,49,94); }
td.TdClassName
{
border-color: #CD315E;
}
.TagClassName
{
border-color: #CD315E;
}
</style>