Shades of Deep Cerise #CF358E
Tints of Deep Cerise #CF358E
RGB
CMYK
RGB Variations
Color information
#CF358E (or 0xCF358E) is known color: Deep Cerise. HEX triplet: CF, 35 and 8E. RGB value is (207,53,142). Sum of RGB (Red+Green+Blue) = 207+53+142=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 53 (21.09% from 255 or 13.18% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF358E is #30CA71. Grayscale: #6C6C6C. Windows color (decimal): -3197554 or 9319887. OLE color: 9319887.
HSL color Cylindrical-coordinate representation of color #CF358E: hue angle of 325.32º 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 #CF358E is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 142 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.19 |
| HSL | 325.32º | 0.62% | 0.51% | - |
| HSV(B) | 325.32º | 0.74% | 0.81% | - |
| XYZ | 31.89 | 17.76 | 27.34 | - |
| YUV | 109.19 | 146.52 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 142 | 0 | 0.74 | 0.31 | 0.19 | 325.32 | 0.62 | 0.51 |
| Hex | CF | 35 | 8E | 0 | 4A | 1F | 13 | 145 | 3E | 33 |
| Octal | 317 | 65 | 216 | 0 | 112 | 37 | 23 | 505 | 76 | 63 |
| Binary | 11001111 | 110101 | 10001110 | 0 | 1001010 | 11111 | 10011 | 101000101 | 111110 | 110011 |
Color Harmonies of #CF358E
Complementary color
Monochromatic Colors of #CF358E
Black with #CF358E
Text Example
Text Example
White with #CF358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF358E; }
p { color: rgb(207,53,142); }
H1.HeaderClassName
{
color: #CF358E;
}
.AnyTagClassName
{
color: #CF358E;
}
</style>
background-color css
<style>
a { background-color: #CF358E; }
a { background-color: rgb(207,53,142); }
div.DivClassName
{
background-color: #CF358E;
}
.BgClassName
{
background-color: #CF358E;
}
</style>
border-color css
<style>
span { border-color: #CF358E; }
span { border-color: rgb(207,53,142); }
td.TdClassName
{
border-color: #CF358E;
}
.TagClassName
{
border-color: #CF358E;
}
</style>