Shades of Cerise #CF3C6C
Tints of Cerise #CF3C6C
RGB
CMYK
RGB Variations
Color information
#CF3C6C (or 0xCF3C6C) is known color: Cerise. HEX triplet: CF, 3C and 6C. RGB value is (207,60,108). Sum of RGB (Red+Green+Blue) = 207+60+108=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C6C is #30C393. Grayscale: #6D6D6D. Windows color (decimal): -3195796 or 7093455. OLE color: 7093455.
HSL color Cylindrical-coordinate representation of color #CF3C6C: hue angle of 340.41º 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 #CF3C6C is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 108 | - |
| CMYK | 0 | 0.71 | 0.48 | 0.19 |
| HSL | 340.41º | 0.6% | 0.52% | - |
| HSV(B) | 340.41º | 0.71% | 0.81% | - |
| XYZ | 30.05 | 17.58 | 16 | - |
| YUV | 109.43 | 127.2 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 108 | 0 | 0.71 | 0.48 | 0.19 | 340.41 | 0.6 | 0.52 |
| Hex | CF | 3C | 6C | 0 | 47 | 30 | 13 | 154 | 3C | 34 |
| Octal | 317 | 74 | 154 | 0 | 107 | 60 | 23 | 524 | 74 | 64 |
| Binary | 11001111 | 111100 | 1101100 | 0 | 1000111 | 110000 | 10011 | 101010100 | 111100 | 110100 |
Color Harmonies of #CF3C6C
Complementary color
Monochromatic Colors of #CF3C6C
Black with #CF3C6C
Text Example
Text Example
White with #CF3C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C6C; }
p { color: rgb(207,60,108); }
H1.HeaderClassName
{
color: #CF3C6C;
}
.AnyTagClassName
{
color: #CF3C6C;
}
</style>
background-color css
<style>
a { background-color: #CF3C6C; }
a { background-color: rgb(207,60,108); }
div.DivClassName
{
background-color: #CF3C6C;
}
.BgClassName
{
background-color: #CF3C6C;
}
</style>
border-color css
<style>
span { border-color: #CF3C6C; }
span { border-color: rgb(207,60,108); }
td.TdClassName
{
border-color: #CF3C6C;
}
.TagClassName
{
border-color: #CF3C6C;
}
</style>