Shades of Deep Cerise #CF4081
Tints of Deep Cerise #CF4081
RGB
CMYK
RGB Variations
Color information
#CF4081 (or 0xCF4081) is known color: Deep Cerise. HEX triplet: CF, 40 and 81. RGB value is (207,64,129). Sum of RGB (Red+Green+Blue) = 207+64+129=400 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.75% from 400); Green value is 64 (25.39% from 255 or 16% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF4081 is #30BF7E. Grayscale: #727272. Windows color (decimal): -3194751 or 8470735. OLE color: 8470735.
HSL color Cylindrical-coordinate representation of color #CF4081: hue angle of 332.73º 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 #CF4081 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 64 | 129 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.19 |
| HSL | 332.73º | 0.6% | 0.53% | - |
| HSV(B) | 332.73º | 0.69% | 0.81% | - |
| XYZ | 31.53 | 18.52 | 22.68 | - |
| YUV | 114.17 | 136.38 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 64 | 129 | 0 | 0.69 | 0.38 | 0.19 | 332.73 | 0.6 | 0.53 |
| Hex | CF | 40 | 81 | 0 | 45 | 26 | 13 | 14D | 3C | 35 |
| Octal | 317 | 100 | 201 | 0 | 105 | 46 | 23 | 515 | 74 | 65 |
| Binary | 11001111 | 1000000 | 10000001 | 0 | 1000101 | 100110 | 10011 | 101001101 | 111100 | 110101 |
Color Harmonies of #CF4081
Complementary color
Monochromatic Colors of #CF4081
Black with #CF4081
Text Example
Text Example
White with #CF4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4081; }
p { color: rgb(207,64,129); }
H1.HeaderClassName
{
color: #CF4081;
}
.AnyTagClassName
{
color: #CF4081;
}
</style>
background-color css
<style>
a { background-color: #CF4081; }
a { background-color: rgb(207,64,129); }
div.DivClassName
{
background-color: #CF4081;
}
.BgClassName
{
background-color: #CF4081;
}
</style>
border-color css
<style>
span { border-color: #CF4081; }
span { border-color: rgb(207,64,129); }
td.TdClassName
{
border-color: #CF4081;
}
.TagClassName
{
border-color: #CF4081;
}
</style>