Shades of Deep Cerise #CF3881
Tints of Deep Cerise #CF3881
RGB
CMYK
RGB Variations
Color information
#CF3881 (or 0xCF3881) is known color: Deep Cerise. HEX triplet: CF, 38 and 81. RGB value is (207,56,129). Sum of RGB (Red+Green+Blue) = 207+56+129=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF3881 is #30C77E. Grayscale: #6D6D6D. Windows color (decimal): -3196799 or 8468687. OLE color: 8468687.
HSL color Cylindrical-coordinate representation of color #CF3881: hue angle of 330.99º 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 #CF3881 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 129 | - |
| CMYK | 0 | 0.73 | 0.38 | 0.19 |
| HSL | 330.99º | 0.61% | 0.52% | - |
| HSV(B) | 330.99º | 0.73% | 0.81% | - |
| XYZ | 31.11 | 17.68 | 22.54 | - |
| YUV | 109.47 | 139.03 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 129 | 0 | 0.73 | 0.38 | 0.19 | 330.99 | 0.61 | 0.52 |
| Hex | CF | 38 | 81 | 0 | 49 | 26 | 13 | 14B | 3D | 34 |
| Octal | 317 | 70 | 201 | 0 | 111 | 46 | 23 | 513 | 75 | 64 |
| Binary | 11001111 | 111000 | 10000001 | 0 | 1001001 | 100110 | 10011 | 101001011 | 111101 | 110100 |
Color Harmonies of #CF3881
Complementary color
Monochromatic Colors of #CF3881
Black with #CF3881
Text Example
Text Example
White with #CF3881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3881; }
p { color: rgb(207,56,129); }
H1.HeaderClassName
{
color: #CF3881;
}
.AnyTagClassName
{
color: #CF3881;
}
</style>
background-color css
<style>
a { background-color: #CF3881; }
a { background-color: rgb(207,56,129); }
div.DivClassName
{
background-color: #CF3881;
}
.BgClassName
{
background-color: #CF3881;
}
</style>
border-color css
<style>
span { border-color: #CF3881; }
span { border-color: rgb(207,56,129); }
td.TdClassName
{
border-color: #CF3881;
}
.TagClassName
{
border-color: #CF3881;
}
</style>