Shades of Cerise #CF395D
Tints of Cerise #CF395D
RGB
CMYK
RGB Variations
Color information
#CF395D (or 0xCF395D) is known color: Cerise. HEX triplet: CF, 39 and 5D. RGB value is (207,57,93). Sum of RGB (Red+Green+Blue) = 207+57+93=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 57 (22.66% from 255 or 15.97% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF395D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF395D is #30C6A2. Grayscale: #696969. Windows color (decimal): -3196579 or 6109647. OLE color: 6109647.
HSL color Cylindrical-coordinate representation of color #CF395D: hue angle of 345.6º 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 #CF395D is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 93 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.19 |
| HSL | 345.6º | 0.61% | 0.52% | - |
| HSV(B) | 345.6º | 0.72% | 0.81% | - |
| XYZ | 29.17 | 16.98 | 12.1 | - |
| YUV | 105.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 93 | 0 | 0.72 | 0.55 | 0.19 | 345.6 | 0.61 | 0.52 |
| Hex | CF | 39 | 5D | 0 | 48 | 37 | 13 | 15A | 3D | 34 |
| Octal | 317 | 71 | 135 | 0 | 110 | 67 | 23 | 532 | 75 | 64 |
| Binary | 11001111 | 111001 | 1011101 | 0 | 1001000 | 110111 | 10011 | 101011010 | 111101 | 110100 |
Color Harmonies of #CF395D
Complementary color
Monochromatic Colors of #CF395D
Black with #CF395D
Text Example
Text Example
White with #CF395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF395D; }
p { color: rgb(207,57,93); }
H1.HeaderClassName
{
color: #CF395D;
}
.AnyTagClassName
{
color: #CF395D;
}
</style>
background-color css
<style>
a { background-color: #CF395D; }
a { background-color: rgb(207,57,93); }
div.DivClassName
{
background-color: #CF395D;
}
.BgClassName
{
background-color: #CF395D;
}
</style>
border-color css
<style>
span { border-color: #CF395D; }
span { border-color: rgb(207,57,93); }
td.TdClassName
{
border-color: #CF395D;
}
.TagClassName
{
border-color: #CF395D;
}
</style>