Shades of Deep Cerise #CF3782
Tints of Deep Cerise #CF3782
RGB
CMYK
RGB Variations
Color information
#CF3782 (or 0xCF3782) is known color: Deep Cerise. HEX triplet: CF, 37 and 82. RGB value is (207,55,130). Sum of RGB (Red+Green+Blue) = 207+55+130=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3782 is #30C87D. Grayscale: #6C6C6C. Windows color (decimal): -3197054 or 8533967. OLE color: 8533967.
HSL color Cylindrical-coordinate representation of color #CF3782: hue angle of 330.39º 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 #CF3782 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 130 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.19 |
| HSL | 330.39º | 0.61% | 0.51% | - |
| HSV(B) | 330.39º | 0.73% | 0.81% | - |
| XYZ | 31.13 | 17.61 | 22.88 | - |
| YUV | 109 | 139.86 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 130 | 0 | 0.73 | 0.37 | 0.19 | 330.39 | 0.61 | 0.51 |
| Hex | CF | 37 | 82 | 0 | 49 | 25 | 13 | 14A | 3D | 33 |
| Octal | 317 | 67 | 202 | 0 | 111 | 45 | 23 | 512 | 75 | 63 |
| Binary | 11001111 | 110111 | 10000010 | 0 | 1001001 | 100101 | 10011 | 101001010 | 111101 | 110011 |
Color Harmonies of #CF3782
Complementary color
Monochromatic Colors of #CF3782
Black with #CF3782
Text Example
Text Example
White with #CF3782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3782; }
p { color: rgb(207,55,130); }
H1.HeaderClassName
{
color: #CF3782;
}
.AnyTagClassName
{
color: #CF3782;
}
</style>
background-color css
<style>
a { background-color: #CF3782; }
a { background-color: rgb(207,55,130); }
div.DivClassName
{
background-color: #CF3782;
}
.BgClassName
{
background-color: #CF3782;
}
</style>
border-color css
<style>
span { border-color: #CF3782; }
span { border-color: rgb(207,55,130); }
td.TdClassName
{
border-color: #CF3782;
}
.TagClassName
{
border-color: #CF3782;
}
</style>