Shades of Cerise #CF3473
Tints of Cerise #CF3473
RGB
CMYK
RGB Variations
Color information
#CF3473 (or 0xCF3473) is known color: Cerise. HEX triplet: CF, 34 and 73. RGB value is (207,52,115). Sum of RGB (Red+Green+Blue) = 207+52+115=374 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.35% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3473 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3473 is #30CB8C. Grayscale: #696969. Windows color (decimal): -3197837 or 7550159. OLE color: 7550159.
HSL color Cylindrical-coordinate representation of color #CF3473: hue angle of 335.61º 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 #CF3473 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 115 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.19 |
| HSL | 335.61º | 0.62% | 0.51% | - |
| HSV(B) | 335.61º | 0.75% | 0.81% | - |
| XYZ | 30.05 | 16.96 | 17.91 | - |
| YUV | 105.53 | 133.35 | 200.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 115 | 0 | 0.75 | 0.44 | 0.19 | 335.61 | 0.62 | 0.51 |
| Hex | CF | 34 | 73 | 0 | 4B | 2C | 13 | 150 | 3E | 33 |
| Octal | 317 | 64 | 163 | 0 | 113 | 54 | 23 | 520 | 76 | 63 |
| Binary | 11001111 | 110100 | 1110011 | 0 | 1001011 | 101100 | 10011 | 101010000 | 111110 | 110011 |
Color Harmonies of #CF3473
Complementary color
Monochromatic Colors of #CF3473
Black with #CF3473
Text Example
Text Example
White with #CF3473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3473; }
p { color: rgb(207,52,115); }
H1.HeaderClassName
{
color: #CF3473;
}
.AnyTagClassName
{
color: #CF3473;
}
</style>
background-color css
<style>
a { background-color: #CF3473; }
a { background-color: rgb(207,52,115); }
div.DivClassName
{
background-color: #CF3473;
}
.BgClassName
{
background-color: #CF3473;
}
</style>
border-color css
<style>
span { border-color: #CF3473; }
span { border-color: rgb(207,52,115); }
td.TdClassName
{
border-color: #CF3473;
}
.TagClassName
{
border-color: #CF3473;
}
</style>