Shades of Cerise #CF3470
Tints of Cerise #CF3470
RGB
CMYK
RGB Variations
Color information
#CF3470 (or 0xCF3470) is known color: Cerise. HEX triplet: CF, 34 and 70. RGB value is (207,52,112). Sum of RGB (Red+Green+Blue) = 207+52+112=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3470 is #30CB8F. Grayscale: #696969. Windows color (decimal): -3197840 or 7353551. OLE color: 7353551.
HSL color Cylindrical-coordinate representation of color #CF3470: hue angle of 336.77º 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 #CF3470 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 112 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.19 |
| HSL | 336.77º | 0.62% | 0.51% | - |
| HSV(B) | 336.77º | 0.75% | 0.81% | - |
| XYZ | 29.88 | 16.89 | 17.01 | - |
| YUV | 105.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 112 | 0 | 0.75 | 0.46 | 0.19 | 336.77 | 0.62 | 0.51 |
| Hex | CF | 34 | 70 | 0 | 4B | 2E | 13 | 151 | 3E | 33 |
| Octal | 317 | 64 | 160 | 0 | 113 | 56 | 23 | 521 | 76 | 63 |
| Binary | 11001111 | 110100 | 1110000 | 0 | 1001011 | 101110 | 10011 | 101010001 | 111110 | 110011 |
Color Harmonies of #CF3470
Complementary color
Monochromatic Colors of #CF3470
Black with #CF3470
Text Example
Text Example
White with #CF3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3470; }
p { color: rgb(207,52,112); }
H1.HeaderClassName
{
color: #CF3470;
}
.AnyTagClassName
{
color: #CF3470;
}
</style>
background-color css
<style>
a { background-color: #CF3470; }
a { background-color: rgb(207,52,112); }
div.DivClassName
{
background-color: #CF3470;
}
.BgClassName
{
background-color: #CF3470;
}
</style>
border-color css
<style>
span { border-color: #CF3470; }
span { border-color: rgb(207,52,112); }
td.TdClassName
{
border-color: #CF3470;
}
.TagClassName
{
border-color: #CF3470;
}
</style>