Shades of Deep Cerise #CF398F
Tints of Deep Cerise #CF398F
RGB
CMYK
RGB Variations
Color information
#CF398F (or 0xCF398F) is known color: Deep Cerise. HEX triplet: CF, 39 and 8F. RGB value is (207,57,143). Sum of RGB (Red+Green+Blue) = 207+57+143=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF398F is #30C670. Grayscale: #6F6F6F. Windows color (decimal): -3196529 or 9386447. OLE color: 9386447.
HSL color Cylindrical-coordinate representation of color #CF398F: hue angle of 325.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF398F is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 143 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.19 |
| HSL | 325.6º | 0.61% | 0.52% | - |
| HSV(B) | 325.6º | 0.72% | 0.81% | - |
| XYZ | 32.15 | 18.17 | 27.8 | - |
| YUV | 111.65 | 145.7 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 143 | 0 | 0.72 | 0.31 | 0.19 | 325.6 | 0.61 | 0.52 |
| Hex | CF | 39 | 8F | 0 | 48 | 1F | 13 | 146 | 3D | 34 |
| Octal | 317 | 71 | 217 | 0 | 110 | 37 | 23 | 506 | 75 | 64 |
| Binary | 11001111 | 111001 | 10001111 | 0 | 1001000 | 11111 | 10011 | 101000110 | 111101 | 110100 |
Color Harmonies of #CF398F
Complementary color
Monochromatic Colors of #CF398F
Black with #CF398F
Text Example
Text Example
White with #CF398F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF398F; }
p { color: rgb(207,57,143); }
H1.HeaderClassName
{
color: #CF398F;
}
.AnyTagClassName
{
color: #CF398F;
}
</style>
background-color css
<style>
a { background-color: #CF398F; }
a { background-color: rgb(207,57,143); }
div.DivClassName
{
background-color: #CF398F;
}
.BgClassName
{
background-color: #CF398F;
}
</style>
border-color css
<style>
span { border-color: #CF398F; }
span { border-color: rgb(207,57,143); }
td.TdClassName
{
border-color: #CF398F;
}
.TagClassName
{
border-color: #CF398F;
}
</style>