Shades of Deep Cerise #CF358C
Tints of Deep Cerise #CF358C
RGB
CMYK
RGB Variations
Color information
#CF358C (or 0xCF358C) is known color: Deep Cerise. HEX triplet: CF, 35 and 8C. RGB value is (207,53,140). Sum of RGB (Red+Green+Blue) = 207+53+140=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF358C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF358C is #30CA73. Grayscale: #6C6C6C. Windows color (decimal): -3197556 or 9188815. OLE color: 9188815.
HSL color Cylindrical-coordinate representation of color #CF358C: hue angle of 326.1º 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 #CF358C is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 140 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.19 |
| HSL | 326.1º | 0.62% | 0.51% | - |
| HSV(B) | 326.1º | 0.74% | 0.81% | - |
| XYZ | 31.74 | 17.71 | 26.56 | - |
| YUV | 108.96 | 145.52 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 140 | 0 | 0.74 | 0.32 | 0.19 | 326.1 | 0.62 | 0.51 |
| Hex | CF | 35 | 8C | 0 | 4A | 20 | 13 | 146 | 3E | 33 |
| Octal | 317 | 65 | 214 | 0 | 112 | 40 | 23 | 506 | 76 | 63 |
| Binary | 11001111 | 110101 | 10001100 | 0 | 1001010 | 100000 | 10011 | 101000110 | 111110 | 110011 |
Color Harmonies of #CF358C
Complementary color
Monochromatic Colors of #CF358C
Black with #CF358C
Text Example
Text Example
White with #CF358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF358C; }
p { color: rgb(207,53,140); }
H1.HeaderClassName
{
color: #CF358C;
}
.AnyTagClassName
{
color: #CF358C;
}
</style>
background-color css
<style>
a { background-color: #CF358C; }
a { background-color: rgb(207,53,140); }
div.DivClassName
{
background-color: #CF358C;
}
.BgClassName
{
background-color: #CF358C;
}
</style>
border-color css
<style>
span { border-color: #CF358C; }
span { border-color: rgb(207,53,140); }
td.TdClassName
{
border-color: #CF358C;
}
.TagClassName
{
border-color: #CF358C;
}
</style>