Shades of Deep Cerise #CD2E7A
Tints of Deep Cerise #CD2E7A
RGB
CMYK
RGB Variations
Color information
#CD2E7A (or 0xCD2E7A) is known color: Deep Cerise. HEX triplet: CD, 2E and 7A. RGB value is (205,46,122). Sum of RGB (Red+Green+Blue) = 205+46+122=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2E7A is #32D185. Grayscale: #666666. Windows color (decimal): -3330438 or 8007373. OLE color: 8007373.
HSL color Cylindrical-coordinate representation of color #CD2E7A: hue angle of 331.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD2E7A is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 46 | 122 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.20 |
| HSL | 331.32º | 0.63% | 0.49% | - |
| HSV(B) | 331.32º | 0.78% | 0.8% | - |
| XYZ | 29.67 | 16.34 | 20 | - |
| YUV | 102.21 | 139.18 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 46 | 122 | 0 | 0.78 | 0.40 | 0.20 | 331.32 | 0.63 | 0.49 |
| Hex | CD | 2E | 7A | 0 | 4E | 28 | 14 | 14B | 3F | 31 |
| Octal | 315 | 56 | 172 | 0 | 116 | 50 | 24 | 513 | 77 | 61 |
| Binary | 11001101 | 101110 | 1111010 | 0 | 1001110 | 101000 | 10100 | 101001011 | 111111 | 110001 |
Color Harmonies of #CD2E7A
Complementary color
Monochromatic Colors of #CD2E7A
Black with #CD2E7A
Text Example
Text Example
White with #CD2E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2E7A; }
p { color: rgb(205,46,122); }
H1.HeaderClassName
{
color: #CD2E7A;
}
.AnyTagClassName
{
color: #CD2E7A;
}
</style>
background-color css
<style>
a { background-color: #CD2E7A; }
a { background-color: rgb(205,46,122); }
div.DivClassName
{
background-color: #CD2E7A;
}
.BgClassName
{
background-color: #CD2E7A;
}
</style>
border-color css
<style>
span { border-color: #CD2E7A; }
span { border-color: rgb(205,46,122); }
td.TdClassName
{
border-color: #CD2E7A;
}
.TagClassName
{
border-color: #CD2E7A;
}
</style>