Shades of Deep Cerise #CD257C
Tints of Deep Cerise #CD257C
RGB
CMYK
RGB Variations
Color information
#CD257C (or 0xCD257C) is known color: Deep Cerise. HEX triplet: CD, 25 and 7C. RGB value is (205,37,124). Sum of RGB (Red+Green+Blue) = 205+37+124=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD257C is #32DA83. Grayscale: #606060. Windows color (decimal): -3332740 or 8136141. OLE color: 8136141.
HSL color Cylindrical-coordinate representation of color #CD257C: hue angle of 328.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD257C is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 124 | - |
| CMYK | 0 | 0.82 | 0.40 | 0.20 |
| HSL | 328.93º | 0.69% | 0.47% | - |
| HSV(B) | 328.93º | 0.82% | 0.8% | - |
| XYZ | 29.48 | 15.76 | 20.56 | - |
| YUV | 97.15 | 143.16 | 204.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 124 | 0 | 0.82 | 0.40 | 0.20 | 328.93 | 0.69 | 0.47 |
| Hex | CD | 25 | 7C | 0 | 52 | 28 | 14 | 149 | 45 | 2F |
| Octal | 315 | 45 | 174 | 0 | 122 | 50 | 24 | 511 | 105 | 57 |
| Binary | 11001101 | 100101 | 1111100 | 0 | 1010010 | 101000 | 10100 | 101001001 | 1000101 | 101111 |
Color Harmonies of #CD257C
Complementary color
Monochromatic Colors of #CD257C
Black with #CD257C
Text Example
Text Example
White with #CD257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD257C; }
p { color: rgb(205,37,124); }
H1.HeaderClassName
{
color: #CD257C;
}
.AnyTagClassName
{
color: #CD257C;
}
</style>
background-color css
<style>
a { background-color: #CD257C; }
a { background-color: rgb(205,37,124); }
div.DivClassName
{
background-color: #CD257C;
}
.BgClassName
{
background-color: #CD257C;
}
</style>
border-color css
<style>
span { border-color: #CD257C; }
span { border-color: rgb(205,37,124); }
td.TdClassName
{
border-color: #CD257C;
}
.TagClassName
{
border-color: #CD257C;
}
</style>