Shades of Deep Cerise #CF3399
Tints of Deep Cerise #CF3399
RGB
CMYK
RGB Variations
Color information
#CF3399 (or 0xCF3399) is known color: Deep Cerise. HEX triplet: CF, 33 and 99. RGB value is (207,51,153). Sum of RGB (Red+Green+Blue) = 207+51+153=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 153 (60.16% from 255 or 37.23% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3399 is #30CC66. Grayscale: #6D6D6D. Windows color (decimal): -3198055 or 10040271. OLE color: 10040271.
HSL color Cylindrical-coordinate representation of color #CF3399: hue angle of 320.77º 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 #CF3399 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 51 | 153 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.19 |
| HSL | 320.77º | 0.62% | 0.51% | - |
| HSV(B) | 320.77º | 0.75% | 0.81% | - |
| XYZ | 32.67 | 17.93 | 31.88 | - |
| YUV | 109.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 51 | 153 | 0 | 0.75 | 0.26 | 0.19 | 320.77 | 0.62 | 0.51 |
| Hex | CF | 33 | 99 | 0 | 4B | 1A | 13 | 141 | 3E | 33 |
| Octal | 317 | 63 | 231 | 0 | 113 | 32 | 23 | 501 | 76 | 63 |
| Binary | 11001111 | 110011 | 10011001 | 0 | 1001011 | 11010 | 10011 | 101000001 | 111110 | 110011 |
Color Harmonies of #CF3399
Complementary color
Monochromatic Colors of #CF3399
Black with #CF3399
Text Example
Text Example
White with #CF3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3399; }
p { color: rgb(207,51,153); }
H1.HeaderClassName
{
color: #CF3399;
}
.AnyTagClassName
{
color: #CF3399;
}
</style>
background-color css
<style>
a { background-color: #CF3399; }
a { background-color: rgb(207,51,153); }
div.DivClassName
{
background-color: #CF3399;
}
.BgClassName
{
background-color: #CF3399;
}
</style>
border-color css
<style>
span { border-color: #CF3399; }
span { border-color: rgb(207,51,153); }
td.TdClassName
{
border-color: #CF3399;
}
.TagClassName
{
border-color: #CF3399;
}
</style>