Shades of Cerise #CF3062
Tints of Cerise #CF3062
RGB
CMYK
RGB Variations
Color information
#CF3062 (or 0xCF3062) is known color: Cerise. HEX triplet: CF, 30 and 62. RGB value is (207,48,98). Sum of RGB (Red+Green+Blue) = 207+48+98=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3062 is #30CF9D. Grayscale: #656565. Windows color (decimal): -3198878 or 6435023. OLE color: 6435023.
HSL color Cylindrical-coordinate representation of color #CF3062: hue angle of 341.13º 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 #CF3062 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 98 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.19 |
| HSL | 341.13º | 0.62% | 0.5% | - |
| HSV(B) | 341.13º | 0.77% | 0.81% | - |
| XYZ | 28.99 | 16.26 | 13.17 | - |
| YUV | 101.24 | 126.18 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 98 | 0 | 0.77 | 0.53 | 0.19 | 341.13 | 0.62 | 0.5 |
| Hex | CF | 30 | 62 | 0 | 4D | 35 | 13 | 155 | 3E | 32 |
| Octal | 317 | 60 | 142 | 0 | 115 | 65 | 23 | 525 | 76 | 62 |
| Binary | 11001111 | 110000 | 1100010 | 0 | 1001101 | 110101 | 10011 | 101010101 | 111110 | 110010 |
Color Harmonies of #CF3062
Complementary color
Monochromatic Colors of #CF3062
Black with #CF3062
Text Example
Text Example
White with #CF3062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3062; }
p { color: rgb(207,48,98); }
H1.HeaderClassName
{
color: #CF3062;
}
.AnyTagClassName
{
color: #CF3062;
}
</style>
background-color css
<style>
a { background-color: #CF3062; }
a { background-color: rgb(207,48,98); }
div.DivClassName
{
background-color: #CF3062;
}
.BgClassName
{
background-color: #CF3062;
}
</style>
border-color css
<style>
span { border-color: #CF3062; }
span { border-color: rgb(207,48,98); }
td.TdClassName
{
border-color: #CF3062;
}
.TagClassName
{
border-color: #CF3062;
}
</style>