Shades of Cerise #CF3C66
Tints of Cerise #CF3C66
RGB
CMYK
RGB Variations
Color information
#CF3C66 (or 0xCF3C66) is known color: Cerise. HEX triplet: CF, 3C and 66. RGB value is (207,60,102). Sum of RGB (Red+Green+Blue) = 207+60+102=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 102 (40.23% from 255 or 27.64% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C66 is #30C399. Grayscale: #6C6C6C. Windows color (decimal): -3195802 or 6700239. OLE color: 6700239.
HSL color Cylindrical-coordinate representation of color #CF3C66: hue angle of 342.86º 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 #CF3C66 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 102 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.19 |
| HSL | 342.86º | 0.6% | 0.52% | - |
| HSV(B) | 342.86º | 0.71% | 0.81% | - |
| XYZ | 29.75 | 17.46 | 14.37 | - |
| YUV | 108.74 | 124.2 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 102 | 0 | 0.71 | 0.51 | 0.19 | 342.86 | 0.6 | 0.52 |
| Hex | CF | 3C | 66 | 0 | 47 | 33 | 13 | 157 | 3C | 34 |
| Octal | 317 | 74 | 146 | 0 | 107 | 63 | 23 | 527 | 74 | 64 |
| Binary | 11001111 | 111100 | 1100110 | 0 | 1000111 | 110011 | 10011 | 101010111 | 111100 | 110100 |
Color Harmonies of #CF3C66
Complementary color
Monochromatic Colors of #CF3C66
Black with #CF3C66
Text Example
Text Example
White with #CF3C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C66; }
p { color: rgb(207,60,102); }
H1.HeaderClassName
{
color: #CF3C66;
}
.AnyTagClassName
{
color: #CF3C66;
}
</style>
background-color css
<style>
a { background-color: #CF3C66; }
a { background-color: rgb(207,60,102); }
div.DivClassName
{
background-color: #CF3C66;
}
.BgClassName
{
background-color: #CF3C66;
}
</style>
border-color css
<style>
span { border-color: #CF3C66; }
span { border-color: rgb(207,60,102); }
td.TdClassName
{
border-color: #CF3C66;
}
.TagClassName
{
border-color: #CF3C66;
}
</style>