Shades of Cerise #CF3471
Tints of Cerise #CF3471
RGB
CMYK
RGB Variations
Color information
#CF3471 (or 0xCF3471) is known color: Cerise. HEX triplet: CF, 34 and 71. RGB value is (207,52,113). Sum of RGB (Red+Green+Blue) = 207+52+113=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3471 is #30CB8E. Grayscale: #696969. Windows color (decimal): -3197839 or 7419087. OLE color: 7419087.
HSL color Cylindrical-coordinate representation of color #CF3471: hue angle of 336.39º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3471 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 113 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.19 |
| HSL | 336.39º | 0.62% | 0.51% | - |
| HSV(B) | 336.39º | 0.75% | 0.81% | - |
| XYZ | 29.94 | 16.91 | 17.31 | - |
| YUV | 105.3 | 132.35 | 200.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 113 | 0 | 0.75 | 0.45 | 0.19 | 336.39 | 0.62 | 0.51 |
| Hex | CF | 34 | 71 | 0 | 4B | 2D | 13 | 150 | 3E | 33 |
| Octal | 317 | 64 | 161 | 0 | 113 | 55 | 23 | 520 | 76 | 63 |
| Binary | 11001111 | 110100 | 1110001 | 0 | 1001011 | 101101 | 10011 | 101010000 | 111110 | 110011 |
Color Harmonies of #CF3471
Complementary color
Monochromatic Colors of #CF3471
Black with #CF3471
Text Example
Text Example
White with #CF3471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3471; }
p { color: rgb(207,52,113); }
H1.HeaderClassName
{
color: #CF3471;
}
.AnyTagClassName
{
color: #CF3471;
}
</style>
background-color css
<style>
a { background-color: #CF3471; }
a { background-color: rgb(207,52,113); }
div.DivClassName
{
background-color: #CF3471;
}
.BgClassName
{
background-color: #CF3471;
}
</style>
border-color css
<style>
span { border-color: #CF3471; }
span { border-color: rgb(207,52,113); }
td.TdClassName
{
border-color: #CF3471;
}
.TagClassName
{
border-color: #CF3471;
}
</style>