Shades of Cerise #CF3170
Tints of Cerise #CF3170
RGB
CMYK
RGB Variations
Color information
#CF3170 (or 0xCF3170) is known color: Cerise. HEX triplet: CF, 31 and 70. RGB value is (207,49,112). Sum of RGB (Red+Green+Blue) = 207+49+112=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3170 is #30CE8F. Grayscale: #676767. Windows color (decimal): -3198608 or 7352783. OLE color: 7352783.
HSL color Cylindrical-coordinate representation of color #CF3170: hue angle of 336.08º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3170 is Cyan = 0, Magento = 0.76, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 112 | - |
| CMYK | 0 | 0.76 | 0.46 | 0.19 |
| HSL | 336.08º | 0.62% | 0.5% | - |
| HSV(B) | 336.08º | 0.76% | 0.81% | - |
| XYZ | 29.76 | 16.63 | 16.97 | - |
| YUV | 103.42 | 132.85 | 201.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 112 | 0 | 0.76 | 0.46 | 0.19 | 336.08 | 0.62 | 0.5 |
| Hex | CF | 31 | 70 | 0 | 4C | 2E | 13 | 150 | 3E | 32 |
| Octal | 317 | 61 | 160 | 0 | 114 | 56 | 23 | 520 | 76 | 62 |
| Binary | 11001111 | 110001 | 1110000 | 0 | 1001100 | 101110 | 10011 | 101010000 | 111110 | 110010 |
Color Harmonies of #CF3170
Complementary color
Monochromatic Colors of #CF3170
Black with #CF3170
Text Example
Text Example
White with #CF3170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3170; }
p { color: rgb(207,49,112); }
H1.HeaderClassName
{
color: #CF3170;
}
.AnyTagClassName
{
color: #CF3170;
}
</style>
background-color css
<style>
a { background-color: #CF3170; }
a { background-color: rgb(207,49,112); }
div.DivClassName
{
background-color: #CF3170;
}
.BgClassName
{
background-color: #CF3170;
}
</style>
border-color css
<style>
span { border-color: #CF3170; }
span { border-color: rgb(207,49,112); }
td.TdClassName
{
border-color: #CF3170;
}
.TagClassName
{
border-color: #CF3170;
}
</style>