Shades of Cerise #CF375E
Tints of Cerise #CF375E
RGB
CMYK
RGB Variations
Color information
#CF375E (or 0xCF375E) is known color: Cerise. HEX triplet: CF, 37 and 5E. RGB value is (207,55,94). Sum of RGB (Red+Green+Blue) = 207+55+94=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF375E is #30C8A1. Grayscale: #686868. Windows color (decimal): -3197090 or 6174671. OLE color: 6174671.
HSL color Cylindrical-coordinate representation of color #CF375E: hue angle of 344.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF375E is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 94 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.19 |
| HSL | 344.61º | 0.61% | 0.51% | - |
| HSV(B) | 344.61º | 0.73% | 0.81% | - |
| XYZ | 29.12 | 16.81 | 12.3 | - |
| YUV | 104.89 | 121.86 | 200.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 94 | 0 | 0.73 | 0.55 | 0.19 | 344.61 | 0.61 | 0.51 |
| Hex | CF | 37 | 5E | 0 | 49 | 37 | 13 | 159 | 3D | 33 |
| Octal | 317 | 67 | 136 | 0 | 111 | 67 | 23 | 531 | 75 | 63 |
| Binary | 11001111 | 110111 | 1011110 | 0 | 1001001 | 110111 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CF375E
Complementary color
Monochromatic Colors of #CF375E
Black with #CF375E
Text Example
Text Example
White with #CF375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF375E; }
p { color: rgb(207,55,94); }
H1.HeaderClassName
{
color: #CF375E;
}
.AnyTagClassName
{
color: #CF375E;
}
</style>
background-color css
<style>
a { background-color: #CF375E; }
a { background-color: rgb(207,55,94); }
div.DivClassName
{
background-color: #CF375E;
}
.BgClassName
{
background-color: #CF375E;
}
</style>
border-color css
<style>
span { border-color: #CF375E; }
span { border-color: rgb(207,55,94); }
td.TdClassName
{
border-color: #CF375E;
}
.TagClassName
{
border-color: #CF375E;
}
</style>