Shades of Cerise #CD345E
Tints of Cerise #CD345E
RGB
CMYK
RGB Variations
Color information
#CD345E (or 0xCD345E) is known color: Cerise. HEX triplet: CD, 34 and 5E. RGB value is (205,52,94). Sum of RGB (Red+Green+Blue) = 205+52+94=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD345E is #32CBA1. Grayscale: #666666. Windows color (decimal): -3328930 or 6173901. OLE color: 6173901.
HSL color Cylindrical-coordinate representation of color #CD345E: hue angle of 343.53º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD345E is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 94 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.20 |
| HSL | 343.53º | 0.6% | 0.5% | - |
| HSV(B) | 343.53º | 0.75% | 0.8% | - |
| XYZ | 28.43 | 16.24 | 12.23 | - |
| YUV | 102.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 94 | 0 | 0.75 | 0.54 | 0.20 | 343.53 | 0.6 | 0.5 |
| Hex | CD | 34 | 5E | 0 | 4B | 36 | 14 | 158 | 3C | 32 |
| Octal | 315 | 64 | 136 | 0 | 113 | 66 | 24 | 530 | 74 | 62 |
| Binary | 11001101 | 110100 | 1011110 | 0 | 1001011 | 110110 | 10100 | 101011000 | 111100 | 110010 |
Color Harmonies of #CD345E
Complementary color
Monochromatic Colors of #CD345E
Black with #CD345E
Text Example
Text Example
White with #CD345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD345E; }
p { color: rgb(205,52,94); }
H1.HeaderClassName
{
color: #CD345E;
}
.AnyTagClassName
{
color: #CD345E;
}
</style>
background-color css
<style>
a { background-color: #CD345E; }
a { background-color: rgb(205,52,94); }
div.DivClassName
{
background-color: #CD345E;
}
.BgClassName
{
background-color: #CD345E;
}
</style>
border-color css
<style>
span { border-color: #CD345E; }
span { border-color: rgb(205,52,94); }
td.TdClassName
{
border-color: #CD345E;
}
.TagClassName
{
border-color: #CD345E;
}
</style>