Shades of Deep Cerise #CD2F7C
Tints of Deep Cerise #CD2F7C
RGB
CMYK
RGB Variations
Color information
#CD2F7C (or 0xCD2F7C) is known color: Deep Cerise. HEX triplet: CD, 2F and 7C. RGB value is (205,47,124). Sum of RGB (Red+Green+Blue) = 205+47+124=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2F7C is #32D083. Grayscale: #666666. Windows color (decimal): -3330180 or 8138701. OLE color: 8138701.
HSL color Cylindrical-coordinate representation of color #CD2F7C: hue angle of 330.76º 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 #CD2F7C is Cyan = 0, Magento = 0.77, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 47 | 124 | - |
| CMYK | 0 | 0.77 | 0.40 | 0.20 |
| HSL | 330.76º | 0.63% | 0.49% | - |
| HSV(B) | 330.76º | 0.77% | 0.8% | - |
| XYZ | 29.83 | 16.47 | 20.68 | - |
| YUV | 103.02 | 139.85 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 47 | 124 | 0 | 0.77 | 0.40 | 0.20 | 330.76 | 0.63 | 0.49 |
| Hex | CD | 2F | 7C | 0 | 4D | 28 | 14 | 14B | 3F | 31 |
| Octal | 315 | 57 | 174 | 0 | 115 | 50 | 24 | 513 | 77 | 61 |
| Binary | 11001101 | 101111 | 1111100 | 0 | 1001101 | 101000 | 10100 | 101001011 | 111111 | 110001 |
Color Harmonies of #CD2F7C
Complementary color
Monochromatic Colors of #CD2F7C
Black with #CD2F7C
Text Example
Text Example
White with #CD2F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2F7C; }
p { color: rgb(205,47,124); }
H1.HeaderClassName
{
color: #CD2F7C;
}
.AnyTagClassName
{
color: #CD2F7C;
}
</style>
background-color css
<style>
a { background-color: #CD2F7C; }
a { background-color: rgb(205,47,124); }
div.DivClassName
{
background-color: #CD2F7C;
}
.BgClassName
{
background-color: #CD2F7C;
}
</style>
border-color css
<style>
span { border-color: #CD2F7C; }
span { border-color: rgb(205,47,124); }
td.TdClassName
{
border-color: #CD2F7C;
}
.TagClassName
{
border-color: #CD2F7C;
}
</style>