Shades of Deep Cerise #CF3199
Tints of Deep Cerise #CF3199
RGB
CMYK
RGB Variations
Color information
#CF3199 (or 0xCF3199) is known color: Deep Cerise. HEX triplet: CF, 31 and 99. RGB value is (207,49,153). Sum of RGB (Red+Green+Blue) = 207+49+153=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3199 is #30CE66. Grayscale: #6B6B6B. Windows color (decimal): -3198567 or 10039759. OLE color: 10039759.
HSL color Cylindrical-coordinate representation of color #CF3199: hue angle of 320.51º 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 #CF3199 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 153 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.19 |
| HSL | 320.51º | 0.62% | 0.5% | - |
| HSV(B) | 320.51º | 0.76% | 0.81% | - |
| XYZ | 32.58 | 17.76 | 31.85 | - |
| YUV | 108.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 153 | 0 | 0.76 | 0.26 | 0.19 | 320.51 | 0.62 | 0.5 |
| Hex | CF | 31 | 99 | 0 | 4C | 1A | 13 | 141 | 3E | 32 |
| Octal | 317 | 61 | 231 | 0 | 114 | 32 | 23 | 501 | 76 | 62 |
| Binary | 11001111 | 110001 | 10011001 | 0 | 1001100 | 11010 | 10011 | 101000001 | 111110 | 110010 |
Color Harmonies of #CF3199
Complementary color
Monochromatic Colors of #CF3199
Black with #CF3199
Text Example
Text Example
White with #CF3199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3199; }
p { color: rgb(207,49,153); }
H1.HeaderClassName
{
color: #CF3199;
}
.AnyTagClassName
{
color: #CF3199;
}
</style>
background-color css
<style>
a { background-color: #CF3199; }
a { background-color: rgb(207,49,153); }
div.DivClassName
{
background-color: #CF3199;
}
.BgClassName
{
background-color: #CF3199;
}
</style>
border-color css
<style>
span { border-color: #CF3199; }
span { border-color: rgb(207,49,153); }
td.TdClassName
{
border-color: #CF3199;
}
.TagClassName
{
border-color: #CF3199;
}
</style>