Shades of Deep Cerise #CF329D
Tints of Deep Cerise #CF329D
RGB
CMYK
RGB Variations
Color information
#CF329D (or 0xCF329D) is known color: Deep Cerise. HEX triplet: CF, 32 and 9D. RGB value is (207,50,157). Sum of RGB (Red+Green+Blue) = 207+50+157=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 50 (19.92% from 255 or 12.08% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF329D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF329D is #30CD62. Grayscale: #6C6C6C. Windows color (decimal): -3198307 or 10302159. OLE color: 10302159.
HSL color Cylindrical-coordinate representation of color #CF329D: hue angle of 319.11º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF329D is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 157 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.19 |
| HSL | 319.11º | 0.62% | 0.5% | - |
| HSV(B) | 319.11º | 0.76% | 0.81% | - |
| XYZ | 32.96 | 17.98 | 33.63 | - |
| YUV | 109.14 | 155.01 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 157 | 0 | 0.76 | 0.24 | 0.19 | 319.11 | 0.62 | 0.5 |
| Hex | CF | 32 | 9D | 0 | 4C | 18 | 13 | 13F | 3E | 32 |
| Octal | 317 | 62 | 235 | 0 | 114 | 30 | 23 | 477 | 76 | 62 |
| Binary | 11001111 | 110010 | 10011101 | 0 | 1001100 | 11000 | 10011 | 100111111 | 111110 | 110010 |
Color Harmonies of #CF329D
Complementary color
Monochromatic Colors of #CF329D
Black with #CF329D
Text Example
Text Example
White with #CF329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF329D; }
p { color: rgb(207,50,157); }
H1.HeaderClassName
{
color: #CF329D;
}
.AnyTagClassName
{
color: #CF329D;
}
</style>
background-color css
<style>
a { background-color: #CF329D; }
a { background-color: rgb(207,50,157); }
div.DivClassName
{
background-color: #CF329D;
}
.BgClassName
{
background-color: #CF329D;
}
</style>
border-color css
<style>
span { border-color: #CF329D; }
span { border-color: rgb(207,50,157); }
td.TdClassName
{
border-color: #CF329D;
}
.TagClassName
{
border-color: #CF329D;
}
</style>