Shades of Cerise #CD315C
Tints of Cerise #CD315C
RGB
CMYK
RGB Variations
Color information
#CD315C (or 0xCD315C) is known color: Cerise. HEX triplet: CD, 31 and 5C. RGB value is (205,49,92). Sum of RGB (Red+Green+Blue) = 205+49+92=346 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.25% from 346); Green value is 49 (19.53% from 255 or 14.16% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 205 - color contains mainly: red. Hex color #CD315C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD315C is #32CEA3. Grayscale: #646464. Windows color (decimal): -3329700 or 6042061. OLE color: 6042061.
HSL color Cylindrical-coordinate representation of color #CD315C: hue angle of 343.46º 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 #CD315C is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 49 | 92 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.20 |
| HSL | 343.46º | 0.61% | 0.5% | - |
| HSV(B) | 343.46º | 0.76% | 0.8% | - |
| XYZ | 28.21 | 15.95 | 11.72 | - |
| YUV | 100.55 | 123.18 | 202.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 49 | 92 | 0 | 0.76 | 0.55 | 0.20 | 343.46 | 0.61 | 0.5 |
| Hex | CD | 31 | 5C | 0 | 4C | 37 | 14 | 157 | 3D | 32 |
| Octal | 315 | 61 | 134 | 0 | 114 | 67 | 24 | 527 | 75 | 62 |
| Binary | 11001101 | 110001 | 1011100 | 0 | 1001100 | 110111 | 10100 | 101010111 | 111101 | 110010 |
Color Harmonies of #CD315C
Complementary color
Monochromatic Colors of #CD315C
Black with #CD315C
Text Example
Text Example
White with #CD315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD315C; }
p { color: rgb(205,49,92); }
H1.HeaderClassName
{
color: #CD315C;
}
.AnyTagClassName
{
color: #CD315C;
}
</style>
background-color css
<style>
a { background-color: #CD315C; }
a { background-color: rgb(205,49,92); }
div.DivClassName
{
background-color: #CD315C;
}
.BgClassName
{
background-color: #CD315C;
}
</style>
border-color css
<style>
span { border-color: #CD315C; }
span { border-color: rgb(205,49,92); }
td.TdClassName
{
border-color: #CD315C;
}
.TagClassName
{
border-color: #CD315C;
}
</style>