Shades of Cerise #CD326E
Tints of Cerise #CD326E
RGB
CMYK
RGB Variations
Color information
#CD326E (or 0xCD326E) is known color: Cerise. HEX triplet: CD, 32 and 6E. RGB value is (205,50,110). Sum of RGB (Red+Green+Blue) = 205+50+110=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 50 (19.92% from 255 or 13.70% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD326E is #32CD91. Grayscale: #676767. Windows color (decimal): -3329426 or 7221965. OLE color: 7221965.
HSL color Cylindrical-coordinate representation of color #CD326E: hue angle of 336.77º 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 #CD326E is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 110 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.20 |
| HSL | 336.77º | 0.61% | 0.5% | - |
| HSV(B) | 336.77º | 0.76% | 0.8% | - |
| XYZ | 29.13 | 16.39 | 16.38 | - |
| YUV | 103.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 110 | 0 | 0.76 | 0.46 | 0.20 | 336.77 | 0.61 | 0.5 |
| Hex | CD | 32 | 6E | 0 | 4C | 2E | 14 | 151 | 3D | 32 |
| Octal | 315 | 62 | 156 | 0 | 114 | 56 | 24 | 521 | 75 | 62 |
| Binary | 11001101 | 110010 | 1101110 | 0 | 1001100 | 101110 | 10100 | 101010001 | 111101 | 110010 |
Color Harmonies of #CD326E
Complementary color
Monochromatic Colors of #CD326E
Black with #CD326E
Text Example
Text Example
White with #CD326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD326E; }
p { color: rgb(205,50,110); }
H1.HeaderClassName
{
color: #CD326E;
}
.AnyTagClassName
{
color: #CD326E;
}
</style>
background-color css
<style>
a { background-color: #CD326E; }
a { background-color: rgb(205,50,110); }
div.DivClassName
{
background-color: #CD326E;
}
.BgClassName
{
background-color: #CD326E;
}
</style>
border-color css
<style>
span { border-color: #CD326E; }
span { border-color: rgb(205,50,110); }
td.TdClassName
{
border-color: #CD326E;
}
.TagClassName
{
border-color: #CD326E;
}
</style>