Shades of Cerise #CF345E
Tints of Cerise #CF345E
RGB
CMYK
RGB Variations
Color information
#CF345E (or 0xCF345E) is known color: Cerise. HEX triplet: CF, 34 and 5E. RGB value is (207,52,94). Sum of RGB (Red+Green+Blue) = 207+52+94=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF345E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF345E is #30CBA1. Grayscale: #676767. Windows color (decimal): -3197858 or 6173903. OLE color: 6173903.
HSL color Cylindrical-coordinate representation of color #CF345E: hue angle of 343.74º 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 #CF345E is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 94 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.19 |
| HSL | 343.74º | 0.62% | 0.51% | - |
| HSV(B) | 343.74º | 0.75% | 0.81% | - |
| XYZ | 28.98 | 16.53 | 12.25 | - |
| YUV | 103.13 | 122.85 | 202.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 94 | 0 | 0.75 | 0.55 | 0.19 | 343.74 | 0.62 | 0.51 |
| Hex | CF | 34 | 5E | 0 | 4B | 37 | 13 | 158 | 3E | 33 |
| Octal | 317 | 64 | 136 | 0 | 113 | 67 | 23 | 530 | 76 | 63 |
| Binary | 11001111 | 110100 | 1011110 | 0 | 1001011 | 110111 | 10011 | 101011000 | 111110 | 110011 |
Color Harmonies of #CF345E
Complementary color
Monochromatic Colors of #CF345E
Black with #CF345E
Text Example
Text Example
White with #CF345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF345E; }
p { color: rgb(207,52,94); }
H1.HeaderClassName
{
color: #CF345E;
}
.AnyTagClassName
{
color: #CF345E;
}
</style>
background-color css
<style>
a { background-color: #CF345E; }
a { background-color: rgb(207,52,94); }
div.DivClassName
{
background-color: #CF345E;
}
.BgClassName
{
background-color: #CF345E;
}
</style>
border-color css
<style>
span { border-color: #CF345E; }
span { border-color: rgb(207,52,94); }
td.TdClassName
{
border-color: #CF345E;
}
.TagClassName
{
border-color: #CF345E;
}
</style>