Shades of Cerise #CF385D
Tints of Cerise #CF385D
RGB
CMYK
RGB Variations
Color information
#CF385D (or 0xCF385D) is known color: Cerise. HEX triplet: CF, 38 and 5D. RGB value is (207,56,93). Sum of RGB (Red+Green+Blue) = 207+56+93=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 93 (36.72% from 255 or 26.12% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF385D is #30C7A2. Grayscale: #696969. Windows color (decimal): -3196835 or 6109391. OLE color: 6109391.
HSL color Cylindrical-coordinate representation of color #CF385D: hue angle of 345.3º 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 #CF385D is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 93 | - |
| CMYK | 0 | 0.73 | 0.55 | 0.19 |
| HSL | 345.3º | 0.61% | 0.52% | - |
| HSV(B) | 345.3º | 0.73% | 0.81% | - |
| XYZ | 29.12 | 16.88 | 12.08 | - |
| YUV | 105.37 | 121.03 | 200.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 93 | 0 | 0.73 | 0.55 | 0.19 | 345.3 | 0.61 | 0.52 |
| Hex | CF | 38 | 5D | 0 | 49 | 37 | 13 | 159 | 3D | 34 |
| Octal | 317 | 70 | 135 | 0 | 111 | 67 | 23 | 531 | 75 | 64 |
| Binary | 11001111 | 111000 | 1011101 | 0 | 1001001 | 110111 | 10011 | 101011001 | 111101 | 110100 |
Color Harmonies of #CF385D
Complementary color
Monochromatic Colors of #CF385D
Black with #CF385D
Text Example
Text Example
White with #CF385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF385D; }
p { color: rgb(207,56,93); }
H1.HeaderClassName
{
color: #CF385D;
}
.AnyTagClassName
{
color: #CF385D;
}
</style>
background-color css
<style>
a { background-color: #CF385D; }
a { background-color: rgb(207,56,93); }
div.DivClassName
{
background-color: #CF385D;
}
.BgClassName
{
background-color: #CF385D;
}
</style>
border-color css
<style>
span { border-color: #CF385D; }
span { border-color: rgb(207,56,93); }
td.TdClassName
{
border-color: #CF385D;
}
.TagClassName
{
border-color: #CF385D;
}
</style>