Shades of Deep Cerise #CF388E
Tints of Deep Cerise #CF388E
RGB
CMYK
RGB Variations
Color information
#CF388E (or 0xCF388E) is known color: Deep Cerise. HEX triplet: CF, 38 and 8E. RGB value is (207,56,142). Sum of RGB (Red+Green+Blue) = 207+56+142=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 56 (22.27% from 255 or 13.83% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF388E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF388E is #30C771. Grayscale: #6E6E6E. Windows color (decimal): -3196786 or 9320655. OLE color: 9320655.
HSL color Cylindrical-coordinate representation of color #CF388E: hue angle of 325.83º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF388E is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 142 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.19 |
| HSL | 325.83º | 0.61% | 0.52% | - |
| HSV(B) | 325.83º | 0.73% | 0.81% | - |
| XYZ | 32.03 | 18.05 | 27.39 | - |
| YUV | 110.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 142 | 0 | 0.73 | 0.31 | 0.19 | 325.83 | 0.61 | 0.52 |
| Hex | CF | 38 | 8E | 0 | 49 | 1F | 13 | 146 | 3D | 34 |
| Octal | 317 | 70 | 216 | 0 | 111 | 37 | 23 | 506 | 75 | 64 |
| Binary | 11001111 | 111000 | 10001110 | 0 | 1001001 | 11111 | 10011 | 101000110 | 111101 | 110100 |
Color Harmonies of #CF388E
Complementary color
Monochromatic Colors of #CF388E
Black with #CF388E
Text Example
Text Example
White with #CF388E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF388E; }
p { color: rgb(207,56,142); }
H1.HeaderClassName
{
color: #CF388E;
}
.AnyTagClassName
{
color: #CF388E;
}
</style>
background-color css
<style>
a { background-color: #CF388E; }
a { background-color: rgb(207,56,142); }
div.DivClassName
{
background-color: #CF388E;
}
.BgClassName
{
background-color: #CF388E;
}
</style>
border-color css
<style>
span { border-color: #CF388E; }
span { border-color: rgb(207,56,142); }
td.TdClassName
{
border-color: #CF388E;
}
.TagClassName
{
border-color: #CF388E;
}
</style>