Shades of Cerise #CF3061
Tints of Cerise #CF3061
RGB
CMYK
RGB Variations
Color information
#CF3061 (or 0xCF3061) is known color: Cerise. HEX triplet: CF, 30 and 61. RGB value is (207,48,97). Sum of RGB (Red+Green+Blue) = 207+48+97=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3061 is #30CF9E. Grayscale: #656565. Windows color (decimal): -3198879 or 6369487. OLE color: 6369487.
HSL color Cylindrical-coordinate representation of color #CF3061: hue angle of 341.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3061 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 97 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.19 |
| HSL | 341.51º | 0.62% | 0.5% | - |
| HSV(B) | 341.51º | 0.77% | 0.81% | - |
| XYZ | 28.95 | 16.24 | 12.92 | - |
| YUV | 101.13 | 125.68 | 203.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 97 | 0 | 0.77 | 0.53 | 0.19 | 341.51 | 0.62 | 0.5 |
| Hex | CF | 30 | 61 | 0 | 4D | 35 | 13 | 156 | 3E | 32 |
| Octal | 317 | 60 | 141 | 0 | 115 | 65 | 23 | 526 | 76 | 62 |
| Binary | 11001111 | 110000 | 1100001 | 0 | 1001101 | 110101 | 10011 | 101010110 | 111110 | 110010 |
Color Harmonies of #CF3061
Complementary color
Monochromatic Colors of #CF3061
Black with #CF3061
Text Example
Text Example
White with #CF3061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3061; }
p { color: rgb(207,48,97); }
H1.HeaderClassName
{
color: #CF3061;
}
.AnyTagClassName
{
color: #CF3061;
}
</style>
background-color css
<style>
a { background-color: #CF3061; }
a { background-color: rgb(207,48,97); }
div.DivClassName
{
background-color: #CF3061;
}
.BgClassName
{
background-color: #CF3061;
}
</style>
border-color css
<style>
span { border-color: #CF3061; }
span { border-color: rgb(207,48,97); }
td.TdClassName
{
border-color: #CF3061;
}
.TagClassName
{
border-color: #CF3061;
}
</style>