Shades of Deep Cerise #CF359F
Tints of Deep Cerise #CF359F
RGB
CMYK
RGB Variations
Color information
#CF359F (or 0xCF359F) is known color: Deep Cerise. HEX triplet: CF, 35 and 9F. RGB value is (207,53,159). Sum of RGB (Red+Green+Blue) = 207+53+159=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 53 (21.09% from 255 or 12.65% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF359F is #30CA60. Grayscale: #6E6E6E. Windows color (decimal): -3197537 or 10433999. OLE color: 10433999.
HSL color Cylindrical-coordinate representation of color #CF359F: hue angle of 318.7º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF359F is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 159 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.19 |
| HSL | 318.7º | 0.62% | 0.51% | - |
| HSV(B) | 318.7º | 0.74% | 0.81% | - |
| XYZ | 33.26 | 18.31 | 34.58 | - |
| YUV | 111.13 | 155.02 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 159 | 0 | 0.74 | 0.23 | 0.19 | 318.7 | 0.62 | 0.51 |
| Hex | CF | 35 | 9F | 0 | 4A | 17 | 13 | 13F | 3E | 33 |
| Octal | 317 | 65 | 237 | 0 | 112 | 27 | 23 | 477 | 76 | 63 |
| Binary | 11001111 | 110101 | 10011111 | 0 | 1001010 | 10111 | 10011 | 100111111 | 111110 | 110011 |
Color Harmonies of #CF359F
Complementary color
Monochromatic Colors of #CF359F
Black with #CF359F
Text Example
Text Example
White with #CF359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF359F; }
p { color: rgb(207,53,159); }
H1.HeaderClassName
{
color: #CF359F;
}
.AnyTagClassName
{
color: #CF359F;
}
</style>
background-color css
<style>
a { background-color: #CF359F; }
a { background-color: rgb(207,53,159); }
div.DivClassName
{
background-color: #CF359F;
}
.BgClassName
{
background-color: #CF359F;
}
</style>
border-color css
<style>
span { border-color: #CF359F; }
span { border-color: rgb(207,53,159); }
td.TdClassName
{
border-color: #CF359F;
}
.TagClassName
{
border-color: #CF359F;
}
</style>