Shades of Cerise #CD3465
Tints of Cerise #CD3465
RGB
CMYK
RGB Variations
Color information
#CD3465 (or 0xCD3465) is known color: Cerise. HEX triplet: CD, 34 and 65. RGB value is (205,52,101). Sum of RGB (Red+Green+Blue) = 205+52+101=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 52 (20.70% from 255 or 14.53% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3465 is #32CB9A. Grayscale: #676767. Windows color (decimal): -3328923 or 6632653. OLE color: 6632653.
HSL color Cylindrical-coordinate representation of color #CD3465: hue angle of 340.78º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CD3465 is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 52 | 101 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.20 |
| HSL | 340.78º | 0.6% | 0.5% | - |
| HSV(B) | 340.78º | 0.75% | 0.8% | - |
| XYZ | 28.75 | 16.37 | 13.96 | - |
| YUV | 103.33 | 126.69 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 52 | 101 | 0 | 0.75 | 0.51 | 0.20 | 340.78 | 0.6 | 0.5 |
| Hex | CD | 34 | 65 | 0 | 4B | 33 | 14 | 155 | 3C | 32 |
| Octal | 315 | 64 | 145 | 0 | 113 | 63 | 24 | 525 | 74 | 62 |
| Binary | 11001101 | 110100 | 1100101 | 0 | 1001011 | 110011 | 10100 | 101010101 | 111100 | 110010 |
Color Harmonies of #CD3465
Complementary color
Monochromatic Colors of #CD3465
Black with #CD3465
Text Example
Text Example
White with #CD3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3465; }
p { color: rgb(205,52,101); }
H1.HeaderClassName
{
color: #CD3465;
}
.AnyTagClassName
{
color: #CD3465;
}
</style>
background-color css
<style>
a { background-color: #CD3465; }
a { background-color: rgb(205,52,101); }
div.DivClassName
{
background-color: #CD3465;
}
.BgClassName
{
background-color: #CD3465;
}
</style>
border-color css
<style>
span { border-color: #CD3465; }
span { border-color: rgb(205,52,101); }
td.TdClassName
{
border-color: #CD3465;
}
.TagClassName
{
border-color: #CD3465;
}
</style>