Shades of Cerise #CD345F
Tints of Cerise #CD345F
RGB
CMYK
RGB Variations
Color information
#CD345F (or 0xCD345F) is known color: Cerise. HEX triplet: CD, 34 and 5F. RGB value is (205,52,95). Sum of RGB (Red+Green+Blue) = 205+52+95=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD345F is #32CBA0. Grayscale: #666666. Windows color (decimal): -3328929 or 6239437. OLE color: 6239437.
HSL color Cylindrical-coordinate representation of color #CD345F: hue angle of 343.14º 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 #CD345F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 95 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.20 |
| HSL | 343.14º | 0.6% | 0.5% | - |
| HSV(B) | 343.14º | 0.75% | 0.8% | - |
| XYZ | 28.47 | 16.26 | 12.46 | - |
| YUV | 102.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 95 | 0 | 0.75 | 0.54 | 0.20 | 343.14 | 0.6 | 0.5 |
| Hex | CD | 34 | 5F | 0 | 4B | 36 | 14 | 157 | 3C | 32 |
| Octal | 315 | 64 | 137 | 0 | 113 | 66 | 24 | 527 | 74 | 62 |
| Binary | 11001101 | 110100 | 1011111 | 0 | 1001011 | 110110 | 10100 | 101010111 | 111100 | 110010 |
Color Harmonies of #CD345F
Complementary color
Monochromatic Colors of #CD345F
Black with #CD345F
Text Example
Text Example
White with #CD345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD345F; }
p { color: rgb(205,52,95); }
H1.HeaderClassName
{
color: #CD345F;
}
.AnyTagClassName
{
color: #CD345F;
}
</style>
background-color css
<style>
a { background-color: #CD345F; }
a { background-color: rgb(205,52,95); }
div.DivClassName
{
background-color: #CD345F;
}
.BgClassName
{
background-color: #CD345F;
}
</style>
border-color css
<style>
span { border-color: #CD345F; }
span { border-color: rgb(205,52,95); }
td.TdClassName
{
border-color: #CD345F;
}
.TagClassName
{
border-color: #CD345F;
}
</style>