Shades of Deep Cerise #CF329A
Tints of Deep Cerise #CF329A
RGB
CMYK
RGB Variations
Color information
#CF329A (or 0xCF329A) is known color: Deep Cerise. HEX triplet: CF, 32 and 9A. RGB value is (207,50,154). Sum of RGB (Red+Green+Blue) = 207+50+154=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF329A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF329A is #30CD65. Grayscale: #6C6C6C. Windows color (decimal): -3198310 or 10105551. OLE color: 10105551.
HSL color Cylindrical-coordinate representation of color #CF329A: hue angle of 320.25º 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 #CF329A is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 154 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.19 |
| HSL | 320.25º | 0.62% | 0.5% | - |
| HSV(B) | 320.25º | 0.76% | 0.81% | - |
| XYZ | 32.71 | 17.88 | 32.3 | - |
| YUV | 108.8 | 153.51 | 198.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 154 | 0 | 0.76 | 0.26 | 0.19 | 320.25 | 0.62 | 0.5 |
| Hex | CF | 32 | 9A | 0 | 4C | 1A | 13 | 140 | 3E | 32 |
| Octal | 317 | 62 | 232 | 0 | 114 | 32 | 23 | 500 | 76 | 62 |
| Binary | 11001111 | 110010 | 10011010 | 0 | 1001100 | 11010 | 10011 | 101000000 | 111110 | 110010 |
Color Harmonies of #CF329A
Complementary color
Monochromatic Colors of #CF329A
Black with #CF329A
Text Example
Text Example
White with #CF329A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF329A; }
p { color: rgb(207,50,154); }
H1.HeaderClassName
{
color: #CF329A;
}
.AnyTagClassName
{
color: #CF329A;
}
</style>
background-color css
<style>
a { background-color: #CF329A; }
a { background-color: rgb(207,50,154); }
div.DivClassName
{
background-color: #CF329A;
}
.BgClassName
{
background-color: #CF329A;
}
</style>
border-color css
<style>
span { border-color: #CF329A; }
span { border-color: rgb(207,50,154); }
td.TdClassName
{
border-color: #CF329A;
}
.TagClassName
{
border-color: #CF329A;
}
</style>