Shades of Deep Cerise #CD2F7A
Tints of Deep Cerise #CD2F7A
RGB
CMYK
RGB Variations
Color information
#CD2F7A (or 0xCD2F7A) is known color: Deep Cerise. HEX triplet: CD, 2F and 7A. RGB value is (205,47,122). Sum of RGB (Red+Green+Blue) = 205+47+122=374 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.81% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F7A is #32D085. Grayscale: #666666. Windows color (decimal): -3330182 or 8007629. OLE color: 8007629.
HSL color Cylindrical-coordinate representation of color #CD2F7A: hue angle of 331.52º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD2F7A is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 122 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.20 |
| HSL | 331.52º | 0.63% | 0.49% | - |
| HSV(B) | 331.52º | 0.77% | 0.8% | - |
| XYZ | 29.71 | 16.42 | 20.02 | - |
| YUV | 102.79 | 138.85 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 122 | 0 | 0.77 | 0.40 | 0.20 | 331.52 | 0.63 | 0.49 |
| Hex | CD | 2F | 7A | 0 | 4D | 28 | 14 | 14C | 3F | 31 |
| Octal | 315 | 57 | 172 | 0 | 115 | 50 | 24 | 514 | 77 | 61 |
| Binary | 11001101 | 101111 | 1111010 | 0 | 1001101 | 101000 | 10100 | 101001100 | 111111 | 110001 |
Color Harmonies of #CD2F7A
Complementary color
Monochromatic Colors of #CD2F7A
Black with #CD2F7A
Text Example
Text Example
White with #CD2F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2F7A; }
p { color: rgb(205,47,122); }
H1.HeaderClassName
{
color: #CD2F7A;
}
.AnyTagClassName
{
color: #CD2F7A;
}
</style>
background-color css
<style>
a { background-color: #CD2F7A; }
a { background-color: rgb(205,47,122); }
div.DivClassName
{
background-color: #CD2F7A;
}
.BgClassName
{
background-color: #CD2F7A;
}
</style>
border-color css
<style>
span { border-color: #CD2F7A; }
span { border-color: rgb(205,47,122); }
td.TdClassName
{
border-color: #CD2F7A;
}
.TagClassName
{
border-color: #CD2F7A;
}
</style>