Shades of Cerise #CF3C68
Tints of Cerise #CF3C68
RGB
CMYK
RGB Variations
Color information
#CF3C68 (or 0xCF3C68) is known color: Cerise. HEX triplet: CF, 3C and 68. RGB value is (207,60,104). Sum of RGB (Red+Green+Blue) = 207+60+104=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C68 is #30C397. Grayscale: #6C6C6C. Windows color (decimal): -3195800 or 6831311. OLE color: 6831311.
HSL color Cylindrical-coordinate representation of color #CF3C68: hue angle of 342.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C68 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 104 | - |
| CMYK | 0 | 0.71 | 0.50 | 0.19 |
| HSL | 342.04º | 0.6% | 0.52% | - |
| HSV(B) | 342.04º | 0.71% | 0.81% | - |
| XYZ | 29.85 | 17.5 | 14.9 | - |
| YUV | 108.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 104 | 0 | 0.71 | 0.50 | 0.19 | 342.04 | 0.6 | 0.52 |
| Hex | CF | 3C | 68 | 0 | 47 | 32 | 13 | 156 | 3C | 34 |
| Octal | 317 | 74 | 150 | 0 | 107 | 62 | 23 | 526 | 74 | 64 |
| Binary | 11001111 | 111100 | 1101000 | 0 | 1000111 | 110010 | 10011 | 101010110 | 111100 | 110100 |
Color Harmonies of #CF3C68
Complementary color
Monochromatic Colors of #CF3C68
Black with #CF3C68
Text Example
Text Example
White with #CF3C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C68; }
p { color: rgb(207,60,104); }
H1.HeaderClassName
{
color: #CF3C68;
}
.AnyTagClassName
{
color: #CF3C68;
}
</style>
background-color css
<style>
a { background-color: #CF3C68; }
a { background-color: rgb(207,60,104); }
div.DivClassName
{
background-color: #CF3C68;
}
.BgClassName
{
background-color: #CF3C68;
}
</style>
border-color css
<style>
span { border-color: #CF3C68; }
span { border-color: rgb(207,60,104); }
td.TdClassName
{
border-color: #CF3C68;
}
.TagClassName
{
border-color: #CF3C68;
}
</style>