Shades of Deep Cerise #CF359A
Tints of Deep Cerise #CF359A
RGB
CMYK
RGB Variations
Color information
#CF359A (or 0xCF359A) is known color: Deep Cerise. HEX triplet: CF, 35 and 9A. RGB value is (207,53,154). Sum of RGB (Red+Green+Blue) = 207+53+154=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 53 (21.09% from 255 or 12.80% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CF359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF359A is #30CA65. Grayscale: #6E6E6E. Windows color (decimal): -3197542 or 10106319. OLE color: 10106319.
HSL color Cylindrical-coordinate representation of color #CF359A: hue angle of 320.65º 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 #CF359A is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 154 | - |
| CMYK | 0 | 0.74 | 0.26 | 0.19 |
| HSL | 320.65º | 0.62% | 0.51% | - |
| HSV(B) | 320.65º | 0.74% | 0.81% | - |
| XYZ | 32.84 | 18.14 | 32.34 | - |
| YUV | 110.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 154 | 0 | 0.74 | 0.26 | 0.19 | 320.65 | 0.62 | 0.51 |
| Hex | CF | 35 | 9A | 0 | 4A | 1A | 13 | 141 | 3E | 33 |
| Octal | 317 | 65 | 232 | 0 | 112 | 32 | 23 | 501 | 76 | 63 |
| Binary | 11001111 | 110101 | 10011010 | 0 | 1001010 | 11010 | 10011 | 101000001 | 111110 | 110011 |
Color Harmonies of #CF359A
Complementary color
Monochromatic Colors of #CF359A
Black with #CF359A
Text Example
Text Example
White with #CF359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF359A; }
p { color: rgb(207,53,154); }
H1.HeaderClassName
{
color: #CF359A;
}
.AnyTagClassName
{
color: #CF359A;
}
</style>
background-color css
<style>
a { background-color: #CF359A; }
a { background-color: rgb(207,53,154); }
div.DivClassName
{
background-color: #CF359A;
}
.BgClassName
{
background-color: #CF359A;
}
</style>
border-color css
<style>
span { border-color: #CF359A; }
span { border-color: rgb(207,53,154); }
td.TdClassName
{
border-color: #CF359A;
}
.TagClassName
{
border-color: #CF359A;
}
</style>