Shades of Deep Cerise #CF4082
Tints of Deep Cerise #CF4082
RGB
CMYK
RGB Variations
Color information
#CF4082 (or 0xCF4082) is known color: Deep Cerise. HEX triplet: CF, 40 and 82. RGB value is (207,64,130). Sum of RGB (Red+Green+Blue) = 207+64+130=401 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.62% from 401); Green value is 64 (25.39% from 255 or 15.96% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4082 is #30BF7D. Grayscale: #727272. Windows color (decimal): -3194750 or 8536271. OLE color: 8536271.
HSL color Cylindrical-coordinate representation of color #CF4082: hue angle of 332.31º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4082 is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 130 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.19 |
| HSL | 332.31º | 0.6% | 0.53% | - |
| HSV(B) | 332.31º | 0.69% | 0.81% | - |
| XYZ | 31.59 | 18.54 | 23.03 | - |
| YUV | 114.28 | 136.88 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 130 | 0 | 0.69 | 0.37 | 0.19 | 332.31 | 0.6 | 0.53 |
| Hex | CF | 40 | 82 | 0 | 45 | 25 | 13 | 14C | 3C | 35 |
| Octal | 317 | 100 | 202 | 0 | 105 | 45 | 23 | 514 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10000010 | 0 | 1000101 | 100101 | 10011 | 101001100 | 111100 | 110101 |
Color Harmonies of #CF4082
Complementary color
Monochromatic Colors of #CF4082
Black with #CF4082
Text Example
Text Example
White with #CF4082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4082; }
p { color: rgb(207,64,130); }
H1.HeaderClassName
{
color: #CF4082;
}
.AnyTagClassName
{
color: #CF4082;
}
</style>
background-color css
<style>
a { background-color: #CF4082; }
a { background-color: rgb(207,64,130); }
div.DivClassName
{
background-color: #CF4082;
}
.BgClassName
{
background-color: #CF4082;
}
</style>
border-color css
<style>
span { border-color: #CF4082; }
span { border-color: rgb(207,64,130); }
td.TdClassName
{
border-color: #CF4082;
}
.TagClassName
{
border-color: #CF4082;
}
</style>