Shades of Deep Cerise #CF387A
Tints of Deep Cerise #CF387A
RGB
CMYK
RGB Variations
Color information
#CF387A (or 0xCF387A) is known color: Deep Cerise. HEX triplet: CF, 38 and 7A. RGB value is (207,56,122). Sum of RGB (Red+Green+Blue) = 207+56+122=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 56 (22.27% from 255 or 14.55% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF387A is #30C785. Grayscale: #6C6C6C. Windows color (decimal): -3196806 or 8009935. OLE color: 8009935.
HSL color Cylindrical-coordinate representation of color #CF387A: hue angle of 333.77º 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 #CF387A is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 122 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.19 |
| HSL | 333.77º | 0.61% | 0.52% | - |
| HSV(B) | 333.77º | 0.73% | 0.81% | - |
| XYZ | 30.66 | 17.5 | 20.17 | - |
| YUV | 108.67 | 135.53 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 122 | 0 | 0.73 | 0.41 | 0.19 | 333.77 | 0.61 | 0.52 |
| Hex | CF | 38 | 7A | 0 | 49 | 29 | 13 | 14E | 3D | 34 |
| Octal | 317 | 70 | 172 | 0 | 111 | 51 | 23 | 516 | 75 | 64 |
| Binary | 11001111 | 111000 | 1111010 | 0 | 1001001 | 101001 | 10011 | 101001110 | 111101 | 110100 |
Color Harmonies of #CF387A
Complementary color
Monochromatic Colors of #CF387A
Black with #CF387A
Text Example
Text Example
White with #CF387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF387A; }
p { color: rgb(207,56,122); }
H1.HeaderClassName
{
color: #CF387A;
}
.AnyTagClassName
{
color: #CF387A;
}
</style>
background-color css
<style>
a { background-color: #CF387A; }
a { background-color: rgb(207,56,122); }
div.DivClassName
{
background-color: #CF387A;
}
.BgClassName
{
background-color: #CF387A;
}
</style>
border-color css
<style>
span { border-color: #CF387A; }
span { border-color: rgb(207,56,122); }
td.TdClassName
{
border-color: #CF387A;
}
.TagClassName
{
border-color: #CF387A;
}
</style>