Shades of Cerise #CD325B
Tints of Cerise #CD325B
RGB
CMYK
RGB Variations
Color information
#CD325B (or 0xCD325B) is known color: Cerise. HEX triplet: CD, 32 and 5B. RGB value is (205,50,91). Sum of RGB (Red+Green+Blue) = 205+50+91=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD325B is #32CDA4. Grayscale: #656565. Windows color (decimal): -3329445 or 5976781. OLE color: 5976781.
HSL color Cylindrical-coordinate representation of color #CD325B: hue angle of 344.13º 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 #CD325B is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 91 | - |
| CMYK | 0 | 0.76 | 0.56 | 0.20 |
| HSL | 344.13º | 0.61% | 0.5% | - |
| HSV(B) | 344.13º | 0.76% | 0.8% | - |
| XYZ | 28.21 | 16.02 | 11.5 | - |
| YUV | 101.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 91 | 0 | 0.76 | 0.56 | 0.20 | 344.13 | 0.61 | 0.5 |
| Hex | CD | 32 | 5B | 0 | 4C | 38 | 14 | 158 | 3D | 32 |
| Octal | 315 | 62 | 133 | 0 | 114 | 70 | 24 | 530 | 75 | 62 |
| Binary | 11001101 | 110010 | 1011011 | 0 | 1001100 | 111000 | 10100 | 101011000 | 111101 | 110010 |
Color Harmonies of #CD325B
Complementary color
Monochromatic Colors of #CD325B
Black with #CD325B
Text Example
Text Example
White with #CD325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD325B; }
p { color: rgb(205,50,91); }
H1.HeaderClassName
{
color: #CD325B;
}
.AnyTagClassName
{
color: #CD325B;
}
</style>
background-color css
<style>
a { background-color: #CD325B; }
a { background-color: rgb(205,50,91); }
div.DivClassName
{
background-color: #CD325B;
}
.BgClassName
{
background-color: #CD325B;
}
</style>
border-color css
<style>
span { border-color: #CD325B; }
span { border-color: rgb(205,50,91); }
td.TdClassName
{
border-color: #CD325B;
}
.TagClassName
{
border-color: #CD325B;
}
</style>