Shades of Cerise #CD326D
Tints of Cerise #CD326D
RGB
CMYK
RGB Variations
Color information
#CD326D (or 0xCD326D) is known color: Cerise. HEX triplet: CD, 32 and 6D. RGB value is (205,50,109). Sum of RGB (Red+Green+Blue) = 205+50+109=364 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.32% from 364); Green value is 50 (19.92% from 255 or 13.74% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 205 - color contains mainly: red. Hex color #CD326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD326D is #32CD92. Grayscale: #666666. Windows color (decimal): -3329427 or 7156429. OLE color: 7156429.
HSL color Cylindrical-coordinate representation of color #CD326D: hue angle of 337.16º 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 #CD326D is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 109 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.20 |
| HSL | 337.16º | 0.61% | 0.5% | - |
| HSV(B) | 337.16º | 0.76% | 0.8% | - |
| XYZ | 29.08 | 16.36 | 16.09 | - |
| YUV | 103.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 109 | 0 | 0.76 | 0.47 | 0.20 | 337.16 | 0.61 | 0.5 |
| Hex | CD | 32 | 6D | 0 | 4C | 2F | 14 | 151 | 3D | 32 |
| Octal | 315 | 62 | 155 | 0 | 114 | 57 | 24 | 521 | 75 | 62 |
| Binary | 11001101 | 110010 | 1101101 | 0 | 1001100 | 101111 | 10100 | 101010001 | 111101 | 110010 |
Color Harmonies of #CD326D
Complementary color
Monochromatic Colors of #CD326D
Black with #CD326D
Text Example
Text Example
White with #CD326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD326D; }
p { color: rgb(205,50,109); }
H1.HeaderClassName
{
color: #CD326D;
}
.AnyTagClassName
{
color: #CD326D;
}
</style>
background-color css
<style>
a { background-color: #CD326D; }
a { background-color: rgb(205,50,109); }
div.DivClassName
{
background-color: #CD326D;
}
.BgClassName
{
background-color: #CD326D;
}
</style>
border-color css
<style>
span { border-color: #CD326D; }
span { border-color: rgb(205,50,109); }
td.TdClassName
{
border-color: #CD326D;
}
.TagClassName
{
border-color: #CD326D;
}
</style>