Shades of Deep Cerise #CF3299
Tints of Deep Cerise #CF3299
RGB
CMYK
RGB Variations
Color information
#CF3299 (or 0xCF3299) is known color: Deep Cerise. HEX triplet: CF, 32 and 99. RGB value is (207,50,153). Sum of RGB (Red+Green+Blue) = 207+50+153=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 50 (19.92% from 255 or 12.20% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3299 is #30CD66. Grayscale: #6C6C6C. Windows color (decimal): -3198311 or 10040015. OLE color: 10040015.
HSL color Cylindrical-coordinate representation of color #CF3299: hue angle of 320.64º 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 #CF3299 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 153 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.19 |
| HSL | 320.64º | 0.62% | 0.5% | - |
| HSV(B) | 320.64º | 0.76% | 0.81% | - |
| XYZ | 32.62 | 17.85 | 31.86 | - |
| YUV | 108.69 | 153.01 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 153 | 0 | 0.76 | 0.26 | 0.19 | 320.64 | 0.62 | 0.5 |
| Hex | CF | 32 | 99 | 0 | 4C | 1A | 13 | 141 | 3E | 32 |
| Octal | 317 | 62 | 231 | 0 | 114 | 32 | 23 | 501 | 76 | 62 |
| Binary | 11001111 | 110010 | 10011001 | 0 | 1001100 | 11010 | 10011 | 101000001 | 111110 | 110010 |
Color Harmonies of #CF3299
Complementary color
Monochromatic Colors of #CF3299
Black with #CF3299
Text Example
Text Example
White with #CF3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3299; }
p { color: rgb(207,50,153); }
H1.HeaderClassName
{
color: #CF3299;
}
.AnyTagClassName
{
color: #CF3299;
}
</style>
background-color css
<style>
a { background-color: #CF3299; }
a { background-color: rgb(207,50,153); }
div.DivClassName
{
background-color: #CF3299;
}
.BgClassName
{
background-color: #CF3299;
}
</style>
border-color css
<style>
span { border-color: #CF3299; }
span { border-color: rgb(207,50,153); }
td.TdClassName
{
border-color: #CF3299;
}
.TagClassName
{
border-color: #CF3299;
}
</style>