Shades of Deep Cerise #CF329C
Tints of Deep Cerise #CF329C
RGB
CMYK
RGB Variations
Color information
#CF329C (or 0xCF329C) is known color: Deep Cerise. HEX triplet: CF, 32 and 9C. RGB value is (207,50,156). Sum of RGB (Red+Green+Blue) = 207+50+156=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 50 (19.92% from 255 or 12.11% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF329C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF329C is #30CD63. Grayscale: #6C6C6C. Windows color (decimal): -3198308 or 10236623. OLE color: 10236623.
HSL color Cylindrical-coordinate representation of color #CF329C: hue angle of 319.49º 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 #CF329C is Cyan = 0, Magento = 0.76, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 156 | - |
| CMYK | 0 | 0.76 | 0.25 | 0.19 |
| HSL | 319.49º | 0.62% | 0.5% | - |
| HSV(B) | 319.49º | 0.76% | 0.81% | - |
| XYZ | 32.87 | 17.95 | 33.18 | - |
| YUV | 109.03 | 154.51 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 156 | 0 | 0.76 | 0.25 | 0.19 | 319.49 | 0.62 | 0.5 |
| Hex | CF | 32 | 9C | 0 | 4C | 19 | 13 | 13F | 3E | 32 |
| Octal | 317 | 62 | 234 | 0 | 114 | 31 | 23 | 477 | 76 | 62 |
| Binary | 11001111 | 110010 | 10011100 | 0 | 1001100 | 11001 | 10011 | 100111111 | 111110 | 110010 |
Color Harmonies of #CF329C
Complementary color
Monochromatic Colors of #CF329C
Black with #CF329C
Text Example
Text Example
White with #CF329C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF329C; }
p { color: rgb(207,50,156); }
H1.HeaderClassName
{
color: #CF329C;
}
.AnyTagClassName
{
color: #CF329C;
}
</style>
background-color css
<style>
a { background-color: #CF329C; }
a { background-color: rgb(207,50,156); }
div.DivClassName
{
background-color: #CF329C;
}
.BgClassName
{
background-color: #CF329C;
}
</style>
border-color css
<style>
span { border-color: #CF329C; }
span { border-color: rgb(207,50,156); }
td.TdClassName
{
border-color: #CF329C;
}
.TagClassName
{
border-color: #CF329C;
}
</style>