Shades of Deep Cerise #CF378F
Tints of Deep Cerise #CF378F
RGB
CMYK
RGB Variations
Color information
#CF378F (or 0xCF378F) is known color: Deep Cerise. HEX triplet: CF, 37 and 8F. RGB value is (207,55,143). Sum of RGB (Red+Green+Blue) = 207+55+143=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 55 (21.88% from 255 or 13.58% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CF378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF378F is #30C870. Grayscale: #6E6E6E. Windows color (decimal): -3197041 or 9385935. OLE color: 9385935.
HSL color Cylindrical-coordinate representation of color #CF378F: hue angle of 325.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF378F is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 143 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.19 |
| HSL | 325.26º | 0.61% | 0.51% | - |
| HSV(B) | 325.26º | 0.73% | 0.81% | - |
| XYZ | 32.06 | 17.98 | 27.77 | - |
| YUV | 110.48 | 146.36 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 143 | 0 | 0.73 | 0.31 | 0.19 | 325.26 | 0.61 | 0.51 |
| Hex | CF | 37 | 8F | 0 | 49 | 1F | 13 | 145 | 3D | 33 |
| Octal | 317 | 67 | 217 | 0 | 111 | 37 | 23 | 505 | 75 | 63 |
| Binary | 11001111 | 110111 | 10001111 | 0 | 1001001 | 11111 | 10011 | 101000101 | 111101 | 110011 |
Color Harmonies of #CF378F
Complementary color
Monochromatic Colors of #CF378F
Black with #CF378F
Text Example
Text Example
White with #CF378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF378F; }
p { color: rgb(207,55,143); }
H1.HeaderClassName
{
color: #CF378F;
}
.AnyTagClassName
{
color: #CF378F;
}
</style>
background-color css
<style>
a { background-color: #CF378F; }
a { background-color: rgb(207,55,143); }
div.DivClassName
{
background-color: #CF378F;
}
.BgClassName
{
background-color: #CF378F;
}
</style>
border-color css
<style>
span { border-color: #CF378F; }
span { border-color: rgb(207,55,143); }
td.TdClassName
{
border-color: #CF378F;
}
.TagClassName
{
border-color: #CF378F;
}
</style>