Shades of Deep Cerise #CF3780
Tints of Deep Cerise #CF3780
RGB
CMYK
RGB Variations
Color information
#CF3780 (or 0xCF3780) is known color: Deep Cerise. HEX triplet: CF, 37 and 80. RGB value is (207,55,128). Sum of RGB (Red+Green+Blue) = 207+55+128=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3780 is #30C87F. Grayscale: #6C6C6C. Windows color (decimal): -3197056 or 8402895. OLE color: 8402895.
HSL color Cylindrical-coordinate representation of color #CF3780: hue angle of 331.18º 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 #CF3780 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 128 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.19 |
| HSL | 331.18º | 0.61% | 0.51% | - |
| HSV(B) | 331.18º | 0.73% | 0.81% | - |
| XYZ | 30.99 | 17.56 | 22.18 | - |
| YUV | 108.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 128 | 0 | 0.73 | 0.38 | 0.19 | 331.18 | 0.61 | 0.51 |
| Hex | CF | 37 | 80 | 0 | 49 | 26 | 13 | 14B | 3D | 33 |
| Octal | 317 | 67 | 200 | 0 | 111 | 46 | 23 | 513 | 75 | 63 |
| Binary | 11001111 | 110111 | 10000000 | 0 | 1001001 | 100110 | 10011 | 101001011 | 111101 | 110011 |
Color Harmonies of #CF3780
Complementary color
Monochromatic Colors of #CF3780
Black with #CF3780
Text Example
Text Example
White with #CF3780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3780; }
p { color: rgb(207,55,128); }
H1.HeaderClassName
{
color: #CF3780;
}
.AnyTagClassName
{
color: #CF3780;
}
</style>
background-color css
<style>
a { background-color: #CF3780; }
a { background-color: rgb(207,55,128); }
div.DivClassName
{
background-color: #CF3780;
}
.BgClassName
{
background-color: #CF3780;
}
</style>
border-color css
<style>
span { border-color: #CF3780; }
span { border-color: rgb(207,55,128); }
td.TdClassName
{
border-color: #CF3780;
}
.TagClassName
{
border-color: #CF3780;
}
</style>