Shades of Cerise #CF385F
Tints of Cerise #CF385F
RGB
CMYK
RGB Variations
Color information
#CF385F (or 0xCF385F) is known color: Cerise. HEX triplet: CF, 38 and 5F. RGB value is (207,56,95). Sum of RGB (Red+Green+Blue) = 207+56+95=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF385F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF385F is #30C7A0. Grayscale: #696969. Windows color (decimal): -3196833 or 6240463. OLE color: 6240463.
HSL color Cylindrical-coordinate representation of color #CF385F: hue angle of 344.5º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF385F is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 95 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.19 |
| HSL | 344.5º | 0.61% | 0.52% | - |
| HSV(B) | 344.5º | 0.73% | 0.81% | - |
| XYZ | 29.21 | 16.92 | 12.55 | - |
| YUV | 105.6 | 122.03 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 95 | 0 | 0.73 | 0.54 | 0.19 | 344.5 | 0.61 | 0.52 |
| Hex | CF | 38 | 5F | 0 | 49 | 36 | 13 | 159 | 3D | 34 |
| Octal | 317 | 70 | 137 | 0 | 111 | 66 | 23 | 531 | 75 | 64 |
| Binary | 11001111 | 111000 | 1011111 | 0 | 1001001 | 110110 | 10011 | 101011001 | 111101 | 110100 |
Color Harmonies of #CF385F
Complementary color
Monochromatic Colors of #CF385F
Black with #CF385F
Text Example
Text Example
White with #CF385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF385F; }
p { color: rgb(207,56,95); }
H1.HeaderClassName
{
color: #CF385F;
}
.AnyTagClassName
{
color: #CF385F;
}
</style>
background-color css
<style>
a { background-color: #CF385F; }
a { background-color: rgb(207,56,95); }
div.DivClassName
{
background-color: #CF385F;
}
.BgClassName
{
background-color: #CF385F;
}
</style>
border-color css
<style>
span { border-color: #CF385F; }
span { border-color: rgb(207,56,95); }
td.TdClassName
{
border-color: #CF385F;
}
.TagClassName
{
border-color: #CF385F;
}
</style>