Shades of Deep Cerise #CD3C7F
Tints of Deep Cerise #CD3C7F
RGB
CMYK
RGB Variations
Color information
#CD3C7F (or 0xCD3C7F) is known color: Deep Cerise. HEX triplet: CD, 3C and 7F. RGB value is (205,60,127). Sum of RGB (Red+Green+Blue) = 205+60+127=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD3C7F is #32C380. Grayscale: #6E6E6E. Windows color (decimal): -3326849 or 8338637. OLE color: 8338637.
HSL color Cylindrical-coordinate representation of color #CD3C7F: hue angle of 332.28º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CD3C7F is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 60 | 127 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.20 |
| HSL | 332.28º | 0.59% | 0.52% | - |
| HSV(B) | 332.28º | 0.71% | 0.8% | - |
| XYZ | 30.62 | 17.74 | 21.89 | - |
| YUV | 110.99 | 137.04 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 60 | 127 | 0 | 0.71 | 0.38 | 0.20 | 332.28 | 0.59 | 0.52 |
| Hex | CD | 3C | 7F | 0 | 47 | 26 | 14 | 14C | 3B | 34 |
| Octal | 315 | 74 | 177 | 0 | 107 | 46 | 24 | 514 | 73 | 64 |
| Binary | 11001101 | 111100 | 1111111 | 0 | 1000111 | 100110 | 10100 | 101001100 | 111011 | 110100 |
Color Harmonies of #CD3C7F
Complementary color
Monochromatic Colors of #CD3C7F
Black with #CD3C7F
Text Example
Text Example
White with #CD3C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD3C7F; }
p { color: rgb(205,60,127); }
H1.HeaderClassName
{
color: #CD3C7F;
}
.AnyTagClassName
{
color: #CD3C7F;
}
</style>
background-color css
<style>
a { background-color: #CD3C7F; }
a { background-color: rgb(205,60,127); }
div.DivClassName
{
background-color: #CD3C7F;
}
.BgClassName
{
background-color: #CD3C7F;
}
</style>
border-color css
<style>
span { border-color: #CD3C7F; }
span { border-color: rgb(205,60,127); }
td.TdClassName
{
border-color: #CD3C7F;
}
.TagClassName
{
border-color: #CD3C7F;
}
</style>