Shades of Cerise #CF3571
Tints of Cerise #CF3571
RGB
CMYK
RGB Variations
Color information
#CF3571 (or 0xCF3571) is known color: Cerise. HEX triplet: CF, 35 and 71. RGB value is (207,53,113). Sum of RGB (Red+Green+Blue) = 207+53+113=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3571 is #30CA8E. Grayscale: #696969. Windows color (decimal): -3197583 or 7419343. OLE color: 7419343.
HSL color Cylindrical-coordinate representation of color #CF3571: hue angle of 336.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3571 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 113 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.19 |
| HSL | 336.62º | 0.62% | 0.51% | - |
| HSV(B) | 336.62º | 0.74% | 0.81% | - |
| XYZ | 29.99 | 17 | 17.32 | - |
| YUV | 105.89 | 132.02 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 113 | 0 | 0.74 | 0.45 | 0.19 | 336.62 | 0.62 | 0.51 |
| Hex | CF | 35 | 71 | 0 | 4A | 2D | 13 | 151 | 3E | 33 |
| Octal | 317 | 65 | 161 | 0 | 112 | 55 | 23 | 521 | 76 | 63 |
| Binary | 11001111 | 110101 | 1110001 | 0 | 1001010 | 101101 | 10011 | 101010001 | 111110 | 110011 |
Color Harmonies of #CF3571
Complementary color
Monochromatic Colors of #CF3571
Black with #CF3571
Text Example
Text Example
White with #CF3571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3571; }
p { color: rgb(207,53,113); }
H1.HeaderClassName
{
color: #CF3571;
}
.AnyTagClassName
{
color: #CF3571;
}
</style>
background-color css
<style>
a { background-color: #CF3571; }
a { background-color: rgb(207,53,113); }
div.DivClassName
{
background-color: #CF3571;
}
.BgClassName
{
background-color: #CF3571;
}
</style>
border-color css
<style>
span { border-color: #CF3571; }
span { border-color: rgb(207,53,113); }
td.TdClassName
{
border-color: #CF3571;
}
.TagClassName
{
border-color: #CF3571;
}
</style>