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