Shades of Cerise #CF3064
Tints of Cerise #CF3064
RGB
CMYK
RGB Variations
Color information
#CF3064 (or 0xCF3064) is known color: Cerise. HEX triplet: CF, 30 and 64. RGB value is (207,48,100). Sum of RGB (Red+Green+Blue) = 207+48+100=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3064 is #30CF9B. Grayscale: #656565. Windows color (decimal): -3198876 or 6566095. OLE color: 6566095.
HSL color Cylindrical-coordinate representation of color #CF3064: hue angle of 340.38º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3064 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 100 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.19 |
| HSL | 340.38º | 0.62% | 0.5% | - |
| HSV(B) | 340.38º | 0.77% | 0.81% | - |
| XYZ | 29.09 | 16.3 | 13.67 | - |
| YUV | 101.47 | 127.18 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 100 | 0 | 0.77 | 0.52 | 0.19 | 340.38 | 0.62 | 0.5 |
| Hex | CF | 30 | 64 | 0 | 4D | 34 | 13 | 154 | 3E | 32 |
| Octal | 317 | 60 | 144 | 0 | 115 | 64 | 23 | 524 | 76 | 62 |
| Binary | 11001111 | 110000 | 1100100 | 0 | 1001101 | 110100 | 10011 | 101010100 | 111110 | 110010 |
Color Harmonies of #CF3064
Complementary color
Monochromatic Colors of #CF3064
Black with #CF3064
Text Example
Text Example
White with #CF3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3064; }
p { color: rgb(207,48,100); }
H1.HeaderClassName
{
color: #CF3064;
}
.AnyTagClassName
{
color: #CF3064;
}
</style>
background-color css
<style>
a { background-color: #CF3064; }
a { background-color: rgb(207,48,100); }
div.DivClassName
{
background-color: #CF3064;
}
.BgClassName
{
background-color: #CF3064;
}
</style>
border-color css
<style>
span { border-color: #CF3064; }
span { border-color: rgb(207,48,100); }
td.TdClassName
{
border-color: #CF3064;
}
.TagClassName
{
border-color: #CF3064;
}
</style>