Shades of Cerise #CD2C6A
Tints of Cerise #CD2C6A
RGB
CMYK
RGB Variations
Color information
#CD2C6A (or 0xCD2C6A) is known color: Cerise. HEX triplet: CD, 2C and 6A. RGB value is (205,44,106). Sum of RGB (Red+Green+Blue) = 205+44+106=355 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.75% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2C6A is #32D395. Grayscale: #636363. Windows color (decimal): -3330966 or 6958285. OLE color: 6958285.
HSL color Cylindrical-coordinate representation of color #CD2C6A: hue angle of 336.89º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CD2C6A is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 44 | 106 | - |
| CMYK | 0 | 0.79 | 0.48 | 0.20 |
| HSL | 336.89º | 0.65% | 0.49% | - |
| HSV(B) | 336.89º | 0.79% | 0.8% | - |
| XYZ | 28.68 | 15.82 | 15.18 | - |
| YUV | 99.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 44 | 106 | 0 | 0.79 | 0.48 | 0.20 | 336.89 | 0.65 | 0.49 |
| Hex | CD | 2C | 6A | 0 | 4F | 30 | 14 | 151 | 41 | 31 |
| Octal | 315 | 54 | 152 | 0 | 117 | 60 | 24 | 521 | 101 | 61 |
| Binary | 11001101 | 101100 | 1101010 | 0 | 1001111 | 110000 | 10100 | 101010001 | 1000001 | 110001 |
Color Harmonies of #CD2C6A
Complementary color
Monochromatic Colors of #CD2C6A
Black with #CD2C6A
Text Example
Text Example
White with #CD2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2C6A; }
p { color: rgb(205,44,106); }
H1.HeaderClassName
{
color: #CD2C6A;
}
.AnyTagClassName
{
color: #CD2C6A;
}
</style>
background-color css
<style>
a { background-color: #CD2C6A; }
a { background-color: rgb(205,44,106); }
div.DivClassName
{
background-color: #CD2C6A;
}
.BgClassName
{
background-color: #CD2C6A;
}
</style>
border-color css
<style>
span { border-color: #CD2C6A; }
span { border-color: rgb(205,44,106); }
td.TdClassName
{
border-color: #CD2C6A;
}
.TagClassName
{
border-color: #CD2C6A;
}
</style>