Shades of Cerise #CF3873
Tints of Cerise #CF3873
RGB
CMYK
RGB Variations
Color information
#CF3873 (or 0xCF3873) is known color: Cerise. HEX triplet: CF, 38 and 73. RGB value is (207,56,115). Sum of RGB (Red+Green+Blue) = 207+56+115=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3873 is #30C78C. Grayscale: #6B6B6B. Windows color (decimal): -3196813 or 7551183. OLE color: 7551183.
HSL color Cylindrical-coordinate representation of color #CF3873: hue angle of 336.56º 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 #CF3873 is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 56 | 115 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.19 |
| HSL | 336.56º | 0.61% | 0.52% | - |
| HSV(B) | 336.56º | 0.73% | 0.81% | - |
| XYZ | 30.24 | 17.33 | 17.97 | - |
| YUV | 107.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 56 | 115 | 0 | 0.73 | 0.44 | 0.19 | 336.56 | 0.61 | 0.52 |
| Hex | CF | 38 | 73 | 0 | 49 | 2C | 13 | 151 | 3D | 34 |
| Octal | 317 | 70 | 163 | 0 | 111 | 54 | 23 | 521 | 75 | 64 |
| Binary | 11001111 | 111000 | 1110011 | 0 | 1001001 | 101100 | 10011 | 101010001 | 111101 | 110100 |
Color Harmonies of #CF3873
Complementary color
Monochromatic Colors of #CF3873
Black with #CF3873
Text Example
Text Example
White with #CF3873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3873; }
p { color: rgb(207,56,115); }
H1.HeaderClassName
{
color: #CF3873;
}
.AnyTagClassName
{
color: #CF3873;
}
</style>
background-color css
<style>
a { background-color: #CF3873; }
a { background-color: rgb(207,56,115); }
div.DivClassName
{
background-color: #CF3873;
}
.BgClassName
{
background-color: #CF3873;
}
</style>
border-color css
<style>
span { border-color: #CF3873; }
span { border-color: rgb(207,56,115); }
td.TdClassName
{
border-color: #CF3873;
}
.TagClassName
{
border-color: #CF3873;
}
</style>