Shades of Cerise #CF2D70
Tints of Cerise #CF2D70
RGB
CMYK
RGB Variations
Color information
#CF2D70 (or 0xCF2D70) is known color: Cerise. HEX triplet: CF, 2D and 70. RGB value is (207,45,112). Sum of RGB (Red+Green+Blue) = 207+45+112=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2D70 is #30D28F. Grayscale: #646464. Windows color (decimal): -3199632 or 7351759. OLE color: 7351759.
HSL color Cylindrical-coordinate representation of color #CF2D70: hue angle of 335.19º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF2D70 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 45 | 112 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.19 |
| HSL | 335.19º | 0.64% | 0.49% | - |
| HSV(B) | 335.19º | 0.78% | 0.81% | - |
| XYZ | 29.6 | 16.31 | 16.92 | - |
| YUV | 101.08 | 134.17 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 112 | 0 | 0.78 | 0.46 | 0.19 | 335.19 | 0.64 | 0.49 |
| Hex | CF | 2D | 70 | 0 | 4E | 2E | 13 | 14F | 40 | 31 |
| Octal | 317 | 55 | 160 | 0 | 116 | 56 | 23 | 517 | 100 | 61 |
| Binary | 11001111 | 101101 | 1110000 | 0 | 1001110 | 101110 | 10011 | 101001111 | 1000000 | 110001 |
Color Harmonies of #CF2D70
Complementary color
Monochromatic Colors of #CF2D70
Black with #CF2D70
Text Example
Text Example
White with #CF2D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2D70; }
p { color: rgb(207,45,112); }
H1.HeaderClassName
{
color: #CF2D70;
}
.AnyTagClassName
{
color: #CF2D70;
}
</style>
background-color css
<style>
a { background-color: #CF2D70; }
a { background-color: rgb(207,45,112); }
div.DivClassName
{
background-color: #CF2D70;
}
.BgClassName
{
background-color: #CF2D70;
}
</style>
border-color css
<style>
span { border-color: #CF2D70; }
span { border-color: rgb(207,45,112); }
td.TdClassName
{
border-color: #CF2D70;
}
.TagClassName
{
border-color: #CF2D70;
}
</style>