Shades of Cerise #CF395F
Tints of Cerise #CF395F
RGB
CMYK
RGB Variations
Color information
#CF395F (or 0xCF395F) is known color: Cerise. HEX triplet: CF, 39 and 5F. RGB value is (207,57,95). Sum of RGB (Red+Green+Blue) = 207+57+95=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF395F is #30C6A0. Grayscale: #6A6A6A. Windows color (decimal): -3196577 or 6240719. OLE color: 6240719.
HSL color Cylindrical-coordinate representation of color #CF395F: hue angle of 344.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF395F is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 95 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.19 |
| HSL | 344.8º | 0.61% | 0.52% | - |
| HSV(B) | 344.8º | 0.72% | 0.81% | - |
| XYZ | 29.26 | 17.02 | 12.57 | - |
| YUV | 106.18 | 121.7 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 95 | 0 | 0.72 | 0.54 | 0.19 | 344.8 | 0.61 | 0.52 |
| Hex | CF | 39 | 5F | 0 | 48 | 36 | 13 | 159 | 3D | 34 |
| Octal | 317 | 71 | 137 | 0 | 110 | 66 | 23 | 531 | 75 | 64 |
| Binary | 11001111 | 111001 | 1011111 | 0 | 1001000 | 110110 | 10011 | 101011001 | 111101 | 110100 |
Color Harmonies of #CF395F
Complementary color
Monochromatic Colors of #CF395F
Black with #CF395F
Text Example
Text Example
White with #CF395F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF395F; }
p { color: rgb(207,57,95); }
H1.HeaderClassName
{
color: #CF395F;
}
.AnyTagClassName
{
color: #CF395F;
}
</style>
background-color css
<style>
a { background-color: #CF395F; }
a { background-color: rgb(207,57,95); }
div.DivClassName
{
background-color: #CF395F;
}
.BgClassName
{
background-color: #CF395F;
}
</style>
border-color css
<style>
span { border-color: #CF395F; }
span { border-color: rgb(207,57,95); }
td.TdClassName
{
border-color: #CF395F;
}
.TagClassName
{
border-color: #CF395F;
}
</style>