Shades of Cerise #CD345B
Tints of Cerise #CD345B
RGB
CMYK
RGB Variations
Color information
#CD345B (or 0xCD345B) is known color: Cerise. HEX triplet: CD, 34 and 5B. RGB value is (205,52,91). Sum of RGB (Red+Green+Blue) = 205+52+91=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD345B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD345B is #32CBA4. Grayscale: #666666. Windows color (decimal): -3328933 or 5977293. OLE color: 5977293.
HSL color Cylindrical-coordinate representation of color #CD345B: hue angle of 344.71º 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 #CD345B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 91 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.20 |
| HSL | 344.71º | 0.6% | 0.5% | - |
| HSV(B) | 344.71º | 0.75% | 0.8% | - |
| XYZ | 28.29 | 16.19 | 11.53 | - |
| YUV | 102.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 91 | 0 | 0.75 | 0.56 | 0.20 | 344.71 | 0.6 | 0.5 |
| Hex | CD | 34 | 5B | 0 | 4B | 38 | 14 | 159 | 3C | 32 |
| Octal | 315 | 64 | 133 | 0 | 113 | 70 | 24 | 531 | 74 | 62 |
| Binary | 11001101 | 110100 | 1011011 | 0 | 1001011 | 111000 | 10100 | 101011001 | 111100 | 110010 |
Color Harmonies of #CD345B
Complementary color
Monochromatic Colors of #CD345B
Black with #CD345B
Text Example
Text Example
White with #CD345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD345B; }
p { color: rgb(205,52,91); }
H1.HeaderClassName
{
color: #CD345B;
}
.AnyTagClassName
{
color: #CD345B;
}
</style>
background-color css
<style>
a { background-color: #CD345B; }
a { background-color: rgb(205,52,91); }
div.DivClassName
{
background-color: #CD345B;
}
.BgClassName
{
background-color: #CD345B;
}
</style>
border-color css
<style>
span { border-color: #CD345B; }
span { border-color: rgb(205,52,91); }
td.TdClassName
{
border-color: #CD345B;
}
.TagClassName
{
border-color: #CD345B;
}
</style>