Shades of Deep Cerise #CF378B
Tints of Deep Cerise #CF378B
RGB
CMYK
RGB Variations
Color information
#CF378B (or 0xCF378B) is known color: Deep Cerise. HEX triplet: CF, 37 and 8B. RGB value is (207,55,139). Sum of RGB (Red+Green+Blue) = 207+55+139=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF378B is #30C874. Grayscale: #6D6D6D. Windows color (decimal): -3197045 or 9123791. OLE color: 9123791.
HSL color Cylindrical-coordinate representation of color #CF378B: hue angle of 326.84º 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 #CF378B is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 139 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.19 |
| HSL | 326.84º | 0.61% | 0.51% | - |
| HSV(B) | 326.84º | 0.73% | 0.81% | - |
| XYZ | 31.76 | 17.86 | 26.2 | - |
| YUV | 110.02 | 144.36 | 197.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 139 | 0 | 0.73 | 0.33 | 0.19 | 326.84 | 0.61 | 0.51 |
| Hex | CF | 37 | 8B | 0 | 49 | 21 | 13 | 147 | 3D | 33 |
| Octal | 317 | 67 | 213 | 0 | 111 | 41 | 23 | 507 | 75 | 63 |
| Binary | 11001111 | 110111 | 10001011 | 0 | 1001001 | 100001 | 10011 | 101000111 | 111101 | 110011 |
Color Harmonies of #CF378B
Complementary color
Monochromatic Colors of #CF378B
Black with #CF378B
Text Example
Text Example
White with #CF378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF378B; }
p { color: rgb(207,55,139); }
H1.HeaderClassName
{
color: #CF378B;
}
.AnyTagClassName
{
color: #CF378B;
}
</style>
background-color css
<style>
a { background-color: #CF378B; }
a { background-color: rgb(207,55,139); }
div.DivClassName
{
background-color: #CF378B;
}
.BgClassName
{
background-color: #CF378B;
}
</style>
border-color css
<style>
span { border-color: #CF378B; }
span { border-color: rgb(207,55,139); }
td.TdClassName
{
border-color: #CF378B;
}
.TagClassName
{
border-color: #CF378B;
}
</style>