Shades of Cerise #CF3272
Tints of Cerise #CF3272
RGB
CMYK
RGB Variations
Color information
#CF3272 (or 0xCF3272) is known color: Cerise. HEX triplet: CF, 32 and 72. RGB value is (207,50,114). Sum of RGB (Red+Green+Blue) = 207+50+114=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3272 is #30CD8D. Grayscale: #686868. Windows color (decimal): -3198350 or 7484111. OLE color: 7484111.
HSL color Cylindrical-coordinate representation of color #CF3272: hue angle of 335.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF3272 is Cyan = 0, Magento = 0.76, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 50 | 114 | - |
| CMYK | 0 | 0.76 | 0.45 | 0.19 |
| HSL | 335.54º | 0.62% | 0.5% | - |
| HSV(B) | 335.54º | 0.76% | 0.81% | - |
| XYZ | 29.91 | 16.76 | 17.58 | - |
| YUV | 104.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 50 | 114 | 0 | 0.76 | 0.45 | 0.19 | 335.54 | 0.62 | 0.5 |
| Hex | CF | 32 | 72 | 0 | 4C | 2D | 13 | 150 | 3E | 32 |
| Octal | 317 | 62 | 162 | 0 | 114 | 55 | 23 | 520 | 76 | 62 |
| Binary | 11001111 | 110010 | 1110010 | 0 | 1001100 | 101101 | 10011 | 101010000 | 111110 | 110010 |
Color Harmonies of #CF3272
Complementary color
Monochromatic Colors of #CF3272
Black with #CF3272
Text Example
Text Example
White with #CF3272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3272; }
p { color: rgb(207,50,114); }
H1.HeaderClassName
{
color: #CF3272;
}
.AnyTagClassName
{
color: #CF3272;
}
</style>
background-color css
<style>
a { background-color: #CF3272; }
a { background-color: rgb(207,50,114); }
div.DivClassName
{
background-color: #CF3272;
}
.BgClassName
{
background-color: #CF3272;
}
</style>
border-color css
<style>
span { border-color: #CF3272; }
span { border-color: rgb(207,50,114); }
td.TdClassName
{
border-color: #CF3272;
}
.TagClassName
{
border-color: #CF3272;
}
</style>