Shades of Deep Cerise #CF398B
Tints of Deep Cerise #CF398B
RGB
CMYK
RGB Variations
Color information
#CF398B (or 0xCF398B) is known color: Deep Cerise. HEX triplet: CF, 39 and 8B. RGB value is (207,57,139). Sum of RGB (Red+Green+Blue) = 207+57+139=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 57 (22.66% from 255 or 14.14% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF398B is #30C674. Grayscale: #6F6F6F. Windows color (decimal): -3196533 or 9124303. OLE color: 9124303.
HSL color Cylindrical-coordinate representation of color #CF398B: hue angle of 327.2º 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 #CF398B is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 139 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.19 |
| HSL | 327.2º | 0.61% | 0.52% | - |
| HSV(B) | 327.2º | 0.72% | 0.81% | - |
| XYZ | 31.86 | 18.06 | 26.23 | - |
| YUV | 111.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 139 | 0 | 0.72 | 0.33 | 0.19 | 327.2 | 0.61 | 0.52 |
| Hex | CF | 39 | 8B | 0 | 48 | 21 | 13 | 147 | 3D | 34 |
| Octal | 317 | 71 | 213 | 0 | 110 | 41 | 23 | 507 | 75 | 64 |
| Binary | 11001111 | 111001 | 10001011 | 0 | 1001000 | 100001 | 10011 | 101000111 | 111101 | 110100 |
Color Harmonies of #CF398B
Complementary color
Monochromatic Colors of #CF398B
Black with #CF398B
Text Example
Text Example
White with #CF398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF398B; }
p { color: rgb(207,57,139); }
H1.HeaderClassName
{
color: #CF398B;
}
.AnyTagClassName
{
color: #CF398B;
}
</style>
background-color css
<style>
a { background-color: #CF398B; }
a { background-color: rgb(207,57,139); }
div.DivClassName
{
background-color: #CF398B;
}
.BgClassName
{
background-color: #CF398B;
}
</style>
border-color css
<style>
span { border-color: #CF398B; }
span { border-color: rgb(207,57,139); }
td.TdClassName
{
border-color: #CF398B;
}
.TagClassName
{
border-color: #CF398B;
}
</style>