Shades of Cerise #CD2A64
Tints of Cerise #CD2A64
RGB
CMYK
RGB Variations
Color information
#CD2A64 (or 0xCD2A64) is known color: Cerise. HEX triplet: CD, 2A and 64. RGB value is (205,42,100). Sum of RGB (Red+Green+Blue) = 205+42+100=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 100 (39.45% from 255 or 28.82% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2A64 is #32D59B. Grayscale: #616161. Windows color (decimal): -3331484 or 6564557. OLE color: 6564557.
HSL color Cylindrical-coordinate representation of color #CD2A64: hue angle of 338.65º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD2A64 is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 42 | 100 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.20 |
| HSL | 338.65º | 0.66% | 0.48% | - |
| HSV(B) | 338.65º | 0.8% | 0.8% | - |
| XYZ | 28.31 | 15.56 | 13.57 | - |
| YUV | 97.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 42 | 100 | 0 | 0.80 | 0.51 | 0.20 | 338.65 | 0.66 | 0.48 |
| Hex | CD | 2A | 64 | 0 | 50 | 33 | 14 | 153 | 42 | 30 |
| Octal | 315 | 52 | 144 | 0 | 120 | 63 | 24 | 523 | 102 | 60 |
| Binary | 11001101 | 101010 | 1100100 | 0 | 1010000 | 110011 | 10100 | 101010011 | 1000010 | 110000 |
Color Harmonies of #CD2A64
Complementary color
Monochromatic Colors of #CD2A64
Black with #CD2A64
Text Example
Text Example
White with #CD2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2A64; }
p { color: rgb(205,42,100); }
H1.HeaderClassName
{
color: #CD2A64;
}
.AnyTagClassName
{
color: #CD2A64;
}
</style>
background-color css
<style>
a { background-color: #CD2A64; }
a { background-color: rgb(205,42,100); }
div.DivClassName
{
background-color: #CD2A64;
}
.BgClassName
{
background-color: #CD2A64;
}
</style>
border-color css
<style>
span { border-color: #CD2A64; }
span { border-color: rgb(205,42,100); }
td.TdClassName
{
border-color: #CD2A64;
}
.TagClassName
{
border-color: #CD2A64;
}
</style>