Shades of Cerise #CD325D
Tints of Cerise #CD325D
RGB
CMYK
RGB Variations
Color information
#CD325D (or 0xCD325D) is known color: Cerise. HEX triplet: CD, 32 and 5D. RGB value is (205,50,93). Sum of RGB (Red+Green+Blue) = 205+50+93=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 50 (19.92% from 255 or 14.37% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD325D is #32CDA2. Grayscale: #656565. Windows color (decimal): -3329443 or 6107853. OLE color: 6107853.
HSL color Cylindrical-coordinate representation of color #CD325D: hue angle of 343.35º 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 #CD325D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 93 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.20 |
| HSL | 343.35º | 0.61% | 0.5% | - |
| HSV(B) | 343.35º | 0.76% | 0.8% | - |
| XYZ | 28.29 | 16.05 | 11.96 | - |
| YUV | 101.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 93 | 0 | 0.76 | 0.55 | 0.20 | 343.35 | 0.61 | 0.5 |
| Hex | CD | 32 | 5D | 0 | 4C | 37 | 14 | 157 | 3D | 32 |
| Octal | 315 | 62 | 135 | 0 | 114 | 67 | 24 | 527 | 75 | 62 |
| Binary | 11001101 | 110010 | 1011101 | 0 | 1001100 | 110111 | 10100 | 101010111 | 111101 | 110010 |
Color Harmonies of #CD325D
Complementary color
Monochromatic Colors of #CD325D
Black with #CD325D
Text Example
Text Example
White with #CD325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD325D; }
p { color: rgb(205,50,93); }
H1.HeaderClassName
{
color: #CD325D;
}
.AnyTagClassName
{
color: #CD325D;
}
</style>
background-color css
<style>
a { background-color: #CD325D; }
a { background-color: rgb(205,50,93); }
div.DivClassName
{
background-color: #CD325D;
}
.BgClassName
{
background-color: #CD325D;
}
</style>
border-color css
<style>
span { border-color: #CD325D; }
span { border-color: rgb(205,50,93); }
td.TdClassName
{
border-color: #CD325D;
}
.TagClassName
{
border-color: #CD325D;
}
</style>