Shades of Cerise #CF385C
Tints of Cerise #CF385C
RGB
CMYK
RGB Variations
Color information
#CF385C (or 0xCF385C) is known color: Cerise. HEX triplet: CF, 38 and 5C. RGB value is (207,56,92). Sum of RGB (Red+Green+Blue) = 207+56+92=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF385C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF385C is #30C7A3. Grayscale: #696969. Windows color (decimal): -3196836 or 6043855. OLE color: 6043855.
HSL color Cylindrical-coordinate representation of color #CF385C: hue angle of 345.7º 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 #CF385C is Cyan = 0, Magento = 0.73, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 92 | - |
| CMYK | 0 | 0.73 | 0.56 | 0.19 |
| HSL | 345.7º | 0.61% | 0.52% | - |
| HSV(B) | 345.7º | 0.73% | 0.81% | - |
| XYZ | 29.08 | 16.87 | 11.85 | - |
| YUV | 105.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 92 | 0 | 0.73 | 0.56 | 0.19 | 345.7 | 0.61 | 0.52 |
| Hex | CF | 38 | 5C | 0 | 49 | 38 | 13 | 15A | 3D | 34 |
| Octal | 317 | 70 | 134 | 0 | 111 | 70 | 23 | 532 | 75 | 64 |
| Binary | 11001111 | 111000 | 1011100 | 0 | 1001001 | 111000 | 10011 | 101011010 | 111101 | 110100 |
Color Harmonies of #CF385C
Complementary color
Monochromatic Colors of #CF385C
Black with #CF385C
Text Example
Text Example
White with #CF385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF385C; }
p { color: rgb(207,56,92); }
H1.HeaderClassName
{
color: #CF385C;
}
.AnyTagClassName
{
color: #CF385C;
}
</style>
background-color css
<style>
a { background-color: #CF385C; }
a { background-color: rgb(207,56,92); }
div.DivClassName
{
background-color: #CF385C;
}
.BgClassName
{
background-color: #CF385C;
}
</style>
border-color css
<style>
span { border-color: #CF385C; }
span { border-color: rgb(207,56,92); }
td.TdClassName
{
border-color: #CF385C;
}
.TagClassName
{
border-color: #CF385C;
}
</style>