Shades of Cerise #CF3C64
Tints of Cerise #CF3C64
RGB
CMYK
RGB Variations
Color information
#CF3C64 (or 0xCF3C64) is known color: Cerise. HEX triplet: CF, 3C and 64. RGB value is (207,60,100). Sum of RGB (Red+Green+Blue) = 207+60+100=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C64 is #30C39B. Grayscale: #6C6C6C. Windows color (decimal): -3195804 or 6569167. OLE color: 6569167.
HSL color Cylindrical-coordinate representation of color #CF3C64: hue angle of 343.67º 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 #CF3C64 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 100 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.19 |
| HSL | 343.67º | 0.6% | 0.52% | - |
| HSV(B) | 343.67º | 0.71% | 0.81% | - |
| XYZ | 29.65 | 17.42 | 13.86 | - |
| YUV | 108.51 | 123.2 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 100 | 0 | 0.71 | 0.52 | 0.19 | 343.67 | 0.6 | 0.52 |
| Hex | CF | 3C | 64 | 0 | 47 | 34 | 13 | 158 | 3C | 34 |
| Octal | 317 | 74 | 144 | 0 | 107 | 64 | 23 | 530 | 74 | 64 |
| Binary | 11001111 | 111100 | 1100100 | 0 | 1000111 | 110100 | 10011 | 101011000 | 111100 | 110100 |
Color Harmonies of #CF3C64
Complementary color
Monochromatic Colors of #CF3C64
Black with #CF3C64
Text Example
Text Example
White with #CF3C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C64; }
p { color: rgb(207,60,100); }
H1.HeaderClassName
{
color: #CF3C64;
}
.AnyTagClassName
{
color: #CF3C64;
}
</style>
background-color css
<style>
a { background-color: #CF3C64; }
a { background-color: rgb(207,60,100); }
div.DivClassName
{
background-color: #CF3C64;
}
.BgClassName
{
background-color: #CF3C64;
}
</style>
border-color css
<style>
span { border-color: #CF3C64; }
span { border-color: rgb(207,60,100); }
td.TdClassName
{
border-color: #CF3C64;
}
.TagClassName
{
border-color: #CF3C64;
}
</style>