Shades of Deep Cerise #CF358F
Tints of Deep Cerise #CF358F
RGB
CMYK
RGB Variations
Color information
#CF358F (or 0xCF358F) is known color: Deep Cerise. HEX triplet: CF, 35 and 8F. RGB value is (207,53,143). Sum of RGB (Red+Green+Blue) = 207+53+143=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 53 (21.09% from 255 or 13.15% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF358F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF358F is #30CA70. Grayscale: #6D6D6D. Windows color (decimal): -3197553 or 9385423. OLE color: 9385423.
HSL color Cylindrical-coordinate representation of color #CF358F: hue angle of 324.94º 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 #CF358F is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 143 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.19 |
| HSL | 324.94º | 0.62% | 0.51% | - |
| HSV(B) | 324.94º | 0.74% | 0.81% | - |
| XYZ | 31.96 | 17.79 | 27.74 | - |
| YUV | 109.31 | 147.02 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 143 | 0 | 0.74 | 0.31 | 0.19 | 324.94 | 0.62 | 0.51 |
| Hex | CF | 35 | 8F | 0 | 4A | 1F | 13 | 145 | 3E | 33 |
| Octal | 317 | 65 | 217 | 0 | 112 | 37 | 23 | 505 | 76 | 63 |
| Binary | 11001111 | 110101 | 10001111 | 0 | 1001010 | 11111 | 10011 | 101000101 | 111110 | 110011 |
Color Harmonies of #CF358F
Complementary color
Monochromatic Colors of #CF358F
Black with #CF358F
Text Example
Text Example
White with #CF358F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF358F; }
p { color: rgb(207,53,143); }
H1.HeaderClassName
{
color: #CF358F;
}
.AnyTagClassName
{
color: #CF358F;
}
</style>
background-color css
<style>
a { background-color: #CF358F; }
a { background-color: rgb(207,53,143); }
div.DivClassName
{
background-color: #CF358F;
}
.BgClassName
{
background-color: #CF358F;
}
</style>
border-color css
<style>
span { border-color: #CF358F; }
span { border-color: rgb(207,53,143); }
td.TdClassName
{
border-color: #CF358F;
}
.TagClassName
{
border-color: #CF358F;
}
</style>