Shades of Cerise #CF3A71
Tints of Cerise #CF3A71
RGB
CMYK
RGB Variations
Color information
#CF3A71 (or 0xCF3A71) is known color: Cerise. HEX triplet: CF, 3A and 71. RGB value is (207,58,113). Sum of RGB (Red+Green+Blue) = 207+58+113=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A71 is #30C58E. Grayscale: #6C6C6C. Windows color (decimal): -3196303 or 7420623. OLE color: 7420623.
HSL color Cylindrical-coordinate representation of color #CF3A71: hue angle of 337.85º 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 #CF3A71 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 113 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.19 |
| HSL | 337.85º | 0.61% | 0.52% | - |
| HSV(B) | 337.85º | 0.72% | 0.81% | - |
| XYZ | 30.23 | 17.48 | 17.4 | - |
| YUV | 108.82 | 130.36 | 198.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 113 | 0 | 0.72 | 0.45 | 0.19 | 337.85 | 0.61 | 0.52 |
| Hex | CF | 3A | 71 | 0 | 48 | 2D | 13 | 152 | 3D | 34 |
| Octal | 317 | 72 | 161 | 0 | 110 | 55 | 23 | 522 | 75 | 64 |
| Binary | 11001111 | 111010 | 1110001 | 0 | 1001000 | 101101 | 10011 | 101010010 | 111101 | 110100 |
Color Harmonies of #CF3A71
Complementary color
Monochromatic Colors of #CF3A71
Black with #CF3A71
Text Example
Text Example
White with #CF3A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A71; }
p { color: rgb(207,58,113); }
H1.HeaderClassName
{
color: #CF3A71;
}
.AnyTagClassName
{
color: #CF3A71;
}
</style>
background-color css
<style>
a { background-color: #CF3A71; }
a { background-color: rgb(207,58,113); }
div.DivClassName
{
background-color: #CF3A71;
}
.BgClassName
{
background-color: #CF3A71;
}
</style>
border-color css
<style>
span { border-color: #CF3A71; }
span { border-color: rgb(207,58,113); }
td.TdClassName
{
border-color: #CF3A71;
}
.TagClassName
{
border-color: #CF3A71;
}
</style>