Shades of Deep Cerise #CD257B
Tints of Deep Cerise #CD257B
RGB
CMYK
RGB Variations
Color information
#CD257B (or 0xCD257B) is known color: Deep Cerise. HEX triplet: CD, 25 and 7B. RGB value is (205,37,123). Sum of RGB (Red+Green+Blue) = 205+37+123=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD257B is #32DA84. Grayscale: #606060. Windows color (decimal): -3332741 or 8070605. OLE color: 8070605.
HSL color Cylindrical-coordinate representation of color #CD257B: hue angle of 329.29º 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 #CD257B is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 37 | 123 | - |
| CMYK | 0 | 0.82 | 0.4 | 0.20 |
| HSL | 329.29º | 0.69% | 0.47% | - |
| HSV(B) | 329.29º | 0.82% | 0.8% | - |
| XYZ | 29.41 | 15.73 | 20.23 | - |
| YUV | 97.04 | 142.66 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 37 | 123 | 0 | 0.82 | 0.4 | 0.20 | 329.29 | 0.69 | 0.47 |
| Hex | CD | 25 | 7B | 0 | 52 | 28 | 14 | 149 | 45 | 2F |
| Octal | 315 | 45 | 173 | 0 | 122 | 50 | 24 | 511 | 105 | 57 |
| Binary | 11001101 | 100101 | 1111011 | 0 | 1010010 | 101000 | 10100 | 101001001 | 1000101 | 101111 |
Color Harmonies of #CD257B
Complementary color
Monochromatic Colors of #CD257B
Black with #CD257B
Text Example
Text Example
White with #CD257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD257B; }
p { color: rgb(205,37,123); }
H1.HeaderClassName
{
color: #CD257B;
}
.AnyTagClassName
{
color: #CD257B;
}
</style>
background-color css
<style>
a { background-color: #CD257B; }
a { background-color: rgb(205,37,123); }
div.DivClassName
{
background-color: #CD257B;
}
.BgClassName
{
background-color: #CD257B;
}
</style>
border-color css
<style>
span { border-color: #CD257B; }
span { border-color: rgb(205,37,123); }
td.TdClassName
{
border-color: #CD257B;
}
.TagClassName
{
border-color: #CD257B;
}
</style>