Shades of Cerise #CD3A5A
Tints of Cerise #CD3A5A
RGB
CMYK
RGB Variations
Color information
#CD3A5A (or 0xCD3A5A) is known color: Cerise. HEX triplet: CD, 3A and 5A. RGB value is (205,58,90). Sum of RGB (Red+Green+Blue) = 205+58+90=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 90 (35.55% from 255 or 25.50% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3A5A is #32C5A5. Grayscale: #696969. Windows color (decimal): -3327398 or 5913293. OLE color: 5913293.
HSL color Cylindrical-coordinate representation of color #CD3A5A: hue angle of 346.94º 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 #CD3A5A is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 58 | 90 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.20 |
| HSL | 346.94º | 0.6% | 0.52% | - |
| HSV(B) | 346.94º | 0.72% | 0.8% | - |
| XYZ | 28.54 | 16.74 | 11.4 | - |
| YUV | 105.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 58 | 90 | 0 | 0.72 | 0.56 | 0.20 | 346.94 | 0.6 | 0.52 |
| Hex | CD | 3A | 5A | 0 | 48 | 38 | 14 | 15B | 3C | 34 |
| Octal | 315 | 72 | 132 | 0 | 110 | 70 | 24 | 533 | 74 | 64 |
| Binary | 11001101 | 111010 | 1011010 | 0 | 1001000 | 111000 | 10100 | 101011011 | 111100 | 110100 |
Color Harmonies of #CD3A5A
Complementary color
Monochromatic Colors of #CD3A5A
Black with #CD3A5A
Text Example
Text Example
White with #CD3A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3A5A; }
p { color: rgb(205,58,90); }
H1.HeaderClassName
{
color: #CD3A5A;
}
.AnyTagClassName
{
color: #CD3A5A;
}
</style>
background-color css
<style>
a { background-color: #CD3A5A; }
a { background-color: rgb(205,58,90); }
div.DivClassName
{
background-color: #CD3A5A;
}
.BgClassName
{
background-color: #CD3A5A;
}
</style>
border-color css
<style>
span { border-color: #CD3A5A; }
span { border-color: rgb(205,58,90); }
td.TdClassName
{
border-color: #CD3A5A;
}
.TagClassName
{
border-color: #CD3A5A;
}
</style>