Shades of Cerise #CF375C
Tints of Cerise #CF375C
RGB
CMYK
RGB Variations
Color information
#CF375C (or 0xCF375C) is known color: Cerise. HEX triplet: CF, 37 and 5C. RGB value is (207,55,92). Sum of RGB (Red+Green+Blue) = 207+55+92=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF375C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF375C is #30C8A3. Grayscale: #686868. Windows color (decimal): -3197092 or 6043599. OLE color: 6043599.
HSL color Cylindrical-coordinate representation of color #CF375C: hue angle of 345.39º 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 #CF375C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 92 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.19 |
| HSL | 345.39º | 0.61% | 0.51% | - |
| HSV(B) | 345.39º | 0.73% | 0.81% | - |
| XYZ | 29.03 | 16.77 | 11.83 | - |
| YUV | 104.67 | 120.86 | 200.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 92 | 0 | 0.73 | 0.56 | 0.19 | 345.39 | 0.61 | 0.51 |
| Hex | CF | 37 | 5C | 0 | 49 | 38 | 13 | 159 | 3D | 33 |
| Octal | 317 | 67 | 134 | 0 | 111 | 70 | 23 | 531 | 75 | 63 |
| Binary | 11001111 | 110111 | 1011100 | 0 | 1001001 | 111000 | 10011 | 101011001 | 111101 | 110011 |
Color Harmonies of #CF375C
Complementary color
Monochromatic Colors of #CF375C
Black with #CF375C
Text Example
Text Example
White with #CF375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF375C; }
p { color: rgb(207,55,92); }
H1.HeaderClassName
{
color: #CF375C;
}
.AnyTagClassName
{
color: #CF375C;
}
</style>
background-color css
<style>
a { background-color: #CF375C; }
a { background-color: rgb(207,55,92); }
div.DivClassName
{
background-color: #CF375C;
}
.BgClassName
{
background-color: #CF375C;
}
</style>
border-color css
<style>
span { border-color: #CF375C; }
span { border-color: rgb(207,55,92); }
td.TdClassName
{
border-color: #CF375C;
}
.TagClassName
{
border-color: #CF375C;
}
</style>