Shades of Deep Cerise #CD327F
Tints of Deep Cerise #CD327F
RGB
CMYK
RGB Variations
Color information
#CD327F (or 0xCD327F) is known color: Deep Cerise. HEX triplet: CD, 32 and 7F. RGB value is (205,50,127). Sum of RGB (Red+Green+Blue) = 205+50+127=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD327F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD327F is #32CD80. Grayscale: #686868. Windows color (decimal): -3329409 or 8336077. OLE color: 8336077.
HSL color Cylindrical-coordinate representation of color #CD327F: hue angle of 330.19º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD327F is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 50 | 127 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.20 |
| HSL | 330.19º | 0.61% | 0.5% | - |
| HSV(B) | 330.19º | 0.76% | 0.8% | - |
| XYZ | 30.15 | 16.79 | 21.73 | - |
| YUV | 105.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 50 | 127 | 0 | 0.76 | 0.38 | 0.20 | 330.19 | 0.61 | 0.5 |
| Hex | CD | 32 | 7F | 0 | 4C | 26 | 14 | 14A | 3D | 32 |
| Octal | 315 | 62 | 177 | 0 | 114 | 46 | 24 | 512 | 75 | 62 |
| Binary | 11001101 | 110010 | 1111111 | 0 | 1001100 | 100110 | 10100 | 101001010 | 111101 | 110010 |
Color Harmonies of #CD327F
Complementary color
Monochromatic Colors of #CD327F
Black with #CD327F
Text Example
Text Example
White with #CD327F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD327F; }
p { color: rgb(205,50,127); }
H1.HeaderClassName
{
color: #CD327F;
}
.AnyTagClassName
{
color: #CD327F;
}
</style>
background-color css
<style>
a { background-color: #CD327F; }
a { background-color: rgb(205,50,127); }
div.DivClassName
{
background-color: #CD327F;
}
.BgClassName
{
background-color: #CD327F;
}
</style>
border-color css
<style>
span { border-color: #CD327F; }
span { border-color: rgb(205,50,127); }
td.TdClassName
{
border-color: #CD327F;
}
.TagClassName
{
border-color: #CD327F;
}
</style>