Shades of Cerise #CD3A60
Tints of Cerise #CD3A60
RGB
CMYK
RGB Variations
Color information
#CD3A60 (or 0xCD3A60) is known color: Cerise. HEX triplet: CD, 3A and 60. RGB value is (205,58,96). Sum of RGB (Red+Green+Blue) = 205+58+96=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A60 is #32C59F. Grayscale: #6A6A6A. Windows color (decimal): -3327392 or 6306509. OLE color: 6306509.
HSL color Cylindrical-coordinate representation of color #CD3A60: hue angle of 344.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD3A60 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 96 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.20 |
| HSL | 344.49º | 0.6% | 0.52% | - |
| HSV(B) | 344.49º | 0.72% | 0.8% | - |
| XYZ | 28.8 | 16.85 | 12.8 | - |
| YUV | 106.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 96 | 0 | 0.72 | 0.53 | 0.20 | 344.49 | 0.6 | 0.52 |
| Hex | CD | 3A | 60 | 0 | 48 | 35 | 14 | 158 | 3C | 34 |
| Octal | 315 | 72 | 140 | 0 | 110 | 65 | 24 | 530 | 74 | 64 |
| Binary | 11001101 | 111010 | 1100000 | 0 | 1001000 | 110101 | 10100 | 101011000 | 111100 | 110100 |
Color Harmonies of #CD3A60
Complementary color
Monochromatic Colors of #CD3A60
Black with #CD3A60
Text Example
Text Example
White with #CD3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A60; }
p { color: rgb(205,58,96); }
H1.HeaderClassName
{
color: #CD3A60;
}
.AnyTagClassName
{
color: #CD3A60;
}
</style>
background-color css
<style>
a { background-color: #CD3A60; }
a { background-color: rgb(205,58,96); }
div.DivClassName
{
background-color: #CD3A60;
}
.BgClassName
{
background-color: #CD3A60;
}
</style>
border-color css
<style>
span { border-color: #CD3A60; }
span { border-color: rgb(205,58,96); }
td.TdClassName
{
border-color: #CD3A60;
}
.TagClassName
{
border-color: #CD3A60;
}
</style>