Shades of Cerise #CF345D
Tints of Cerise #CF345D
RGB
CMYK
RGB Variations
Color information
#CF345D (or 0xCF345D) is known color: Cerise. HEX triplet: CF, 34 and 5D. RGB value is (207,52,93). Sum of RGB (Red+Green+Blue) = 207+52+93=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF345D is #30CBA2. Grayscale: #676767. Windows color (decimal): -3197859 or 6108367. OLE color: 6108367.
HSL color Cylindrical-coordinate representation of color #CF345D: hue angle of 344.13º 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 #CF345D is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 93 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.19 |
| HSL | 344.13º | 0.62% | 0.51% | - |
| HSV(B) | 344.13º | 0.75% | 0.81% | - |
| XYZ | 28.94 | 16.51 | 12.02 | - |
| YUV | 103.02 | 122.35 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 93 | 0 | 0.75 | 0.55 | 0.19 | 344.13 | 0.62 | 0.51 |
| Hex | CF | 34 | 5D | 0 | 4B | 37 | 13 | 158 | 3E | 33 |
| Octal | 317 | 64 | 135 | 0 | 113 | 67 | 23 | 530 | 76 | 63 |
| Binary | 11001111 | 110100 | 1011101 | 0 | 1001011 | 110111 | 10011 | 101011000 | 111110 | 110011 |
Color Harmonies of #CF345D
Complementary color
Monochromatic Colors of #CF345D
Black with #CF345D
Text Example
Text Example
White with #CF345D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF345D; }
p { color: rgb(207,52,93); }
H1.HeaderClassName
{
color: #CF345D;
}
.AnyTagClassName
{
color: #CF345D;
}
</style>
background-color css
<style>
a { background-color: #CF345D; }
a { background-color: rgb(207,52,93); }
div.DivClassName
{
background-color: #CF345D;
}
.BgClassName
{
background-color: #CF345D;
}
</style>
border-color css
<style>
span { border-color: #CF345D; }
span { border-color: rgb(207,52,93); }
td.TdClassName
{
border-color: #CF345D;
}
.TagClassName
{
border-color: #CF345D;
}
</style>