Shades of Cerise #CD3565
Tints of Cerise #CD3565
RGB
CMYK
RGB Variations
Color information
#CD3565 (or 0xCD3565) is known color: Cerise. HEX triplet: CD, 35 and 65. RGB value is (205,53,101). Sum of RGB (Red+Green+Blue) = 205+53+101=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3565 is #32CA9A. Grayscale: #676767. Windows color (decimal): -3328667 or 6632909. OLE color: 6632909.
HSL color Cylindrical-coordinate representation of color #CD3565: hue angle of 341.05º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3565 is Cyan = 0, Magento = 0.74, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 53 | 101 | - |
| CMYK | 0 | 0.74 | 0.51 | 0.20 |
| HSL | 341.05º | 0.6% | 0.51% | - |
| HSV(B) | 341.05º | 0.74% | 0.8% | - |
| XYZ | 28.8 | 16.46 | 13.97 | - |
| YUV | 103.92 | 126.36 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 53 | 101 | 0 | 0.74 | 0.51 | 0.20 | 341.05 | 0.6 | 0.51 |
| Hex | CD | 35 | 65 | 0 | 4A | 33 | 14 | 155 | 3C | 33 |
| Octal | 315 | 65 | 145 | 0 | 112 | 63 | 24 | 525 | 74 | 63 |
| Binary | 11001101 | 110101 | 1100101 | 0 | 1001010 | 110011 | 10100 | 101010101 | 111100 | 110011 |
Color Harmonies of #CD3565
Complementary color
Monochromatic Colors of #CD3565
Black with #CD3565
Text Example
Text Example
White with #CD3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3565; }
p { color: rgb(205,53,101); }
H1.HeaderClassName
{
color: #CD3565;
}
.AnyTagClassName
{
color: #CD3565;
}
</style>
background-color css
<style>
a { background-color: #CD3565; }
a { background-color: rgb(205,53,101); }
div.DivClassName
{
background-color: #CD3565;
}
.BgClassName
{
background-color: #CD3565;
}
</style>
border-color css
<style>
span { border-color: #CD3565; }
span { border-color: rgb(205,53,101); }
td.TdClassName
{
border-color: #CD3565;
}
.TagClassName
{
border-color: #CD3565;
}
</style>