Shades of Cerise #CF3C65
Tints of Cerise #CF3C65
RGB
CMYK
RGB Variations
Color information
#CF3C65 (or 0xCF3C65) is known color: Cerise. HEX triplet: CF, 3C and 65. RGB value is (207,60,101). Sum of RGB (Red+Green+Blue) = 207+60+101=368 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.25% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C65 is #30C39A. Grayscale: #6C6C6C. Windows color (decimal): -3195803 or 6634703. OLE color: 6634703.
HSL color Cylindrical-coordinate representation of color #CF3C65: hue angle of 343.27º 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 #CF3C65 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 101 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.19 |
| HSL | 343.27º | 0.6% | 0.52% | - |
| HSV(B) | 343.27º | 0.71% | 0.81% | - |
| XYZ | 29.7 | 17.44 | 14.11 | - |
| YUV | 108.63 | 123.7 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 101 | 0 | 0.71 | 0.51 | 0.19 | 343.27 | 0.6 | 0.52 |
| Hex | CF | 3C | 65 | 0 | 47 | 33 | 13 | 157 | 3C | 34 |
| Octal | 317 | 74 | 145 | 0 | 107 | 63 | 23 | 527 | 74 | 64 |
| Binary | 11001111 | 111100 | 1100101 | 0 | 1000111 | 110011 | 10011 | 101010111 | 111100 | 110100 |
Color Harmonies of #CF3C65
Complementary color
Monochromatic Colors of #CF3C65
Black with #CF3C65
Text Example
Text Example
White with #CF3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C65; }
p { color: rgb(207,60,101); }
H1.HeaderClassName
{
color: #CF3C65;
}
.AnyTagClassName
{
color: #CF3C65;
}
</style>
background-color css
<style>
a { background-color: #CF3C65; }
a { background-color: rgb(207,60,101); }
div.DivClassName
{
background-color: #CF3C65;
}
.BgClassName
{
background-color: #CF3C65;
}
</style>
border-color css
<style>
span { border-color: #CF3C65; }
span { border-color: rgb(207,60,101); }
td.TdClassName
{
border-color: #CF3C65;
}
.TagClassName
{
border-color: #CF3C65;
}
</style>