Shades of Cerise #CF3670
Tints of Cerise #CF3670
RGB
CMYK
RGB Variations
Color information
#CF3670 (or 0xCF3670) is known color: Cerise. HEX triplet: CF, 36 and 70. RGB value is (207,54,112). Sum of RGB (Red+Green+Blue) = 207+54+112=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3670 is #30C98F. Grayscale: #6A6A6A. Windows color (decimal): -3197328 or 7354063. OLE color: 7354063.
HSL color Cylindrical-coordinate representation of color #CF3670: hue angle of 337.25º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3670 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 112 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.19 |
| HSL | 337.25º | 0.61% | 0.51% | - |
| HSV(B) | 337.25º | 0.74% | 0.81% | - |
| XYZ | 29.98 | 17.07 | 17.04 | - |
| YUV | 106.36 | 131.19 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 112 | 0 | 0.74 | 0.46 | 0.19 | 337.25 | 0.61 | 0.51 |
| Hex | CF | 36 | 70 | 0 | 4A | 2E | 13 | 151 | 3D | 33 |
| Octal | 317 | 66 | 160 | 0 | 112 | 56 | 23 | 521 | 75 | 63 |
| Binary | 11001111 | 110110 | 1110000 | 0 | 1001010 | 101110 | 10011 | 101010001 | 111101 | 110011 |
Color Harmonies of #CF3670
Complementary color
Monochromatic Colors of #CF3670
Black with #CF3670
Text Example
Text Example
White with #CF3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3670; }
p { color: rgb(207,54,112); }
H1.HeaderClassName
{
color: #CF3670;
}
.AnyTagClassName
{
color: #CF3670;
}
</style>
background-color css
<style>
a { background-color: #CF3670; }
a { background-color: rgb(207,54,112); }
div.DivClassName
{
background-color: #CF3670;
}
.BgClassName
{
background-color: #CF3670;
}
</style>
border-color css
<style>
span { border-color: #CF3670; }
span { border-color: rgb(207,54,112); }
td.TdClassName
{
border-color: #CF3670;
}
.TagClassName
{
border-color: #CF3670;
}
</style>