Shades of Deep Cerise #CF359C
Tints of Deep Cerise #CF359C
RGB
CMYK
RGB Variations
Color information
#CF359C (or 0xCF359C) is known color: Deep Cerise. HEX triplet: CF, 35 and 9C. RGB value is (207,53,156). Sum of RGB (Red+Green+Blue) = 207+53+156=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF359C is #30CA63. Grayscale: #6E6E6E. Windows color (decimal): -3197540 or 10237391. OLE color: 10237391.
HSL color Cylindrical-coordinate representation of color #CF359C: hue angle of 319.87º 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 #CF359C is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 156 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.19 |
| HSL | 319.87º | 0.62% | 0.51% | - |
| HSV(B) | 319.87º | 0.74% | 0.81% | - |
| XYZ | 33.01 | 18.21 | 33.23 | - |
| YUV | 110.79 | 153.52 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 156 | 0 | 0.74 | 0.25 | 0.19 | 319.87 | 0.62 | 0.51 |
| Hex | CF | 35 | 9C | 0 | 4A | 19 | 13 | 140 | 3E | 33 |
| Octal | 317 | 65 | 234 | 0 | 112 | 31 | 23 | 500 | 76 | 63 |
| Binary | 11001111 | 110101 | 10011100 | 0 | 1001010 | 11001 | 10011 | 101000000 | 111110 | 110011 |
Color Harmonies of #CF359C
Complementary color
Monochromatic Colors of #CF359C
Black with #CF359C
Text Example
Text Example
White with #CF359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF359C; }
p { color: rgb(207,53,156); }
H1.HeaderClassName
{
color: #CF359C;
}
.AnyTagClassName
{
color: #CF359C;
}
</style>
background-color css
<style>
a { background-color: #CF359C; }
a { background-color: rgb(207,53,156); }
div.DivClassName
{
background-color: #CF359C;
}
.BgClassName
{
background-color: #CF359C;
}
</style>
border-color css
<style>
span { border-color: #CF359C; }
span { border-color: rgb(207,53,156); }
td.TdClassName
{
border-color: #CF359C;
}
.TagClassName
{
border-color: #CF359C;
}
</style>