Shades of Cerise #CF3459
Tints of Cerise #CF3459
RGB
CMYK
RGB Variations
Color information
#CF3459 (or 0xCF3459) is known color: Cerise. HEX triplet: CF, 34 and 59. RGB value is (207,52,89). Sum of RGB (Red+Green+Blue) = 207+52+89=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3459 is #30CBA6. Grayscale: #666666. Windows color (decimal): -3197863 or 5846223. OLE color: 5846223.
HSL color Cylindrical-coordinate representation of color #CF3459: hue angle of 345.68º 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 #CF3459 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 89 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.19 |
| HSL | 345.68º | 0.62% | 0.51% | - |
| HSV(B) | 345.68º | 0.75% | 0.81% | - |
| XYZ | 28.76 | 16.44 | 11.11 | - |
| YUV | 102.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 89 | 0 | 0.75 | 0.57 | 0.19 | 345.68 | 0.62 | 0.51 |
| Hex | CF | 34 | 59 | 0 | 4B | 39 | 13 | 15A | 3E | 33 |
| Octal | 317 | 64 | 131 | 0 | 113 | 71 | 23 | 532 | 76 | 63 |
| Binary | 11001111 | 110100 | 1011001 | 0 | 1001011 | 111001 | 10011 | 101011010 | 111110 | 110011 |
Color Harmonies of #CF3459
Complementary color
Monochromatic Colors of #CF3459
Black with #CF3459
Text Example
Text Example
White with #CF3459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3459; }
p { color: rgb(207,52,89); }
H1.HeaderClassName
{
color: #CF3459;
}
.AnyTagClassName
{
color: #CF3459;
}
</style>
background-color css
<style>
a { background-color: #CF3459; }
a { background-color: rgb(207,52,89); }
div.DivClassName
{
background-color: #CF3459;
}
.BgClassName
{
background-color: #CF3459;
}
</style>
border-color css
<style>
span { border-color: #CF3459; }
span { border-color: rgb(207,52,89); }
td.TdClassName
{
border-color: #CF3459;
}
.TagClassName
{
border-color: #CF3459;
}
</style>