Shades of Cerise #CF2670
Tints of Cerise #CF2670
RGB
CMYK
RGB Variations
Color information
#CF2670 (or 0xCF2670) is known color: Cerise. HEX triplet: CF, 26 and 70. RGB value is (207,38,112). Sum of RGB (Red+Green+Blue) = 207+38+112=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 38 (15.23% from 255 or 10.64% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2670 is #30D98F. Grayscale: #606060. Windows color (decimal): -3201424 or 7349967. OLE color: 7349967.
HSL color Cylindrical-coordinate representation of color #CF2670: hue angle of 333.73º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF2670 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 38 | 112 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.19 |
| HSL | 333.73º | 0.69% | 0.48% | - |
| HSV(B) | 333.73º | 0.82% | 0.81% | - |
| XYZ | 29.35 | 15.82 | 16.84 | - |
| YUV | 96.97 | 136.49 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 38 | 112 | 0 | 0.82 | 0.46 | 0.19 | 333.73 | 0.69 | 0.48 |
| Hex | CF | 26 | 70 | 0 | 52 | 2E | 13 | 14E | 45 | 30 |
| Octal | 317 | 46 | 160 | 0 | 122 | 56 | 23 | 516 | 105 | 60 |
| Binary | 11001111 | 100110 | 1110000 | 0 | 1010010 | 101110 | 10011 | 101001110 | 1000101 | 110000 |
Color Harmonies of #CF2670
Complementary color
Monochromatic Colors of #CF2670
Black with #CF2670
Text Example
Text Example
White with #CF2670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2670; }
p { color: rgb(207,38,112); }
H1.HeaderClassName
{
color: #CF2670;
}
.AnyTagClassName
{
color: #CF2670;
}
</style>
background-color css
<style>
a { background-color: #CF2670; }
a { background-color: rgb(207,38,112); }
div.DivClassName
{
background-color: #CF2670;
}
.BgClassName
{
background-color: #CF2670;
}
</style>
border-color css
<style>
span { border-color: #CF2670; }
span { border-color: rgb(207,38,112); }
td.TdClassName
{
border-color: #CF2670;
}
.TagClassName
{
border-color: #CF2670;
}
</style>