Shades of Cerise #CD326C
Tints of Cerise #CD326C
RGB
CMYK
RGB Variations
Color information
#CD326C (or 0xCD326C) is known color: Cerise. HEX triplet: CD, 32 and 6C. RGB value is (205,50,108). Sum of RGB (Red+Green+Blue) = 205+50+108=363 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.47% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 205 - color contains mainly: red. Hex color #CD326C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD326C is #32CD93. Grayscale: #666666. Windows color (decimal): -3329428 or 7090893. OLE color: 7090893.
HSL color Cylindrical-coordinate representation of color #CD326C: hue angle of 337.55º 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 #CD326C is Cyan = 0, Magento = 0.76, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 108 | - |
| CMYK | 0 | 0.76 | 0.47 | 0.20 |
| HSL | 337.55º | 0.61% | 0.5% | - |
| HSV(B) | 337.55º | 0.76% | 0.8% | - |
| XYZ | 29.02 | 16.34 | 15.81 | - |
| YUV | 102.96 | 130.85 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 108 | 0 | 0.76 | 0.47 | 0.20 | 337.55 | 0.61 | 0.5 |
| Hex | CD | 32 | 6C | 0 | 4C | 2F | 14 | 152 | 3D | 32 |
| Octal | 315 | 62 | 154 | 0 | 114 | 57 | 24 | 522 | 75 | 62 |
| Binary | 11001101 | 110010 | 1101100 | 0 | 1001100 | 101111 | 10100 | 101010010 | 111101 | 110010 |
Color Harmonies of #CD326C
Complementary color
Monochromatic Colors of #CD326C
Black with #CD326C
Text Example
Text Example
White with #CD326C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD326C; }
p { color: rgb(205,50,108); }
H1.HeaderClassName
{
color: #CD326C;
}
.AnyTagClassName
{
color: #CD326C;
}
</style>
background-color css
<style>
a { background-color: #CD326C; }
a { background-color: rgb(205,50,108); }
div.DivClassName
{
background-color: #CD326C;
}
.BgClassName
{
background-color: #CD326C;
}
</style>
border-color css
<style>
span { border-color: #CD326C; }
span { border-color: rgb(205,50,108); }
td.TdClassName
{
border-color: #CD326C;
}
.TagClassName
{
border-color: #CD326C;
}
</style>