Shades of Deep Cerise #CF3491
Tints of Deep Cerise #CF3491
RGB
CMYK
RGB Variations
Color information
#CF3491 (or 0xCF3491) is known color: Deep Cerise. HEX triplet: CF, 34 and 91. RGB value is (207,52,145). Sum of RGB (Red+Green+Blue) = 207+52+145=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 52 (20.70% from 255 or 12.87% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3491 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3491 is #30CB6E. Grayscale: #6C6C6C. Windows color (decimal): -3197807 or 9516239. OLE color: 9516239.
HSL color Cylindrical-coordinate representation of color #CF3491: hue angle of 324º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3491 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 145 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.19 |
| HSL | 324º | 0.62% | 0.51% | - |
| HSV(B) | 324º | 0.75% | 0.81% | - |
| XYZ | 32.07 | 17.77 | 28.53 | - |
| YUV | 108.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 145 | 0 | 0.75 | 0.30 | 0.19 | 324 | 0.62 | 0.51 |
| Hex | CF | 34 | 91 | 0 | 4B | 1E | 13 | 144 | 3E | 33 |
| Octal | 317 | 64 | 221 | 0 | 113 | 36 | 23 | 504 | 76 | 63 |
| Binary | 11001111 | 110100 | 10010001 | 0 | 1001011 | 11110 | 10011 | 101000100 | 111110 | 110011 |
Color Harmonies of #CF3491
Complementary color
Monochromatic Colors of #CF3491
Black with #CF3491
Text Example
Text Example
White with #CF3491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3491; }
p { color: rgb(207,52,145); }
H1.HeaderClassName
{
color: #CF3491;
}
.AnyTagClassName
{
color: #CF3491;
}
</style>
background-color css
<style>
a { background-color: #CF3491; }
a { background-color: rgb(207,52,145); }
div.DivClassName
{
background-color: #CF3491;
}
.BgClassName
{
background-color: #CF3491;
}
</style>
border-color css
<style>
span { border-color: #CF3491; }
span { border-color: rgb(207,52,145); }
td.TdClassName
{
border-color: #CF3491;
}
.TagClassName
{
border-color: #CF3491;
}
</style>