Shades of Cerise #CF345C
Tints of Cerise #CF345C
RGB
CMYK
RGB Variations
Color information
#CF345C (or 0xCF345C) is known color: Cerise. HEX triplet: CF, 34 and 5C. RGB value is (207,52,92). Sum of RGB (Red+Green+Blue) = 207+52+92=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF345C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF345C is #30CBA3. Grayscale: #666666. Windows color (decimal): -3197860 or 6042831. OLE color: 6042831.
HSL color Cylindrical-coordinate representation of color #CF345C: hue angle of 344.52º 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 #CF345C is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 92 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.19 |
| HSL | 344.52º | 0.62% | 0.51% | - |
| HSV(B) | 344.52º | 0.75% | 0.81% | - |
| XYZ | 28.89 | 16.49 | 11.79 | - |
| YUV | 102.91 | 121.85 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 92 | 0 | 0.75 | 0.56 | 0.19 | 344.52 | 0.62 | 0.51 |
| Hex | CF | 34 | 5C | 0 | 4B | 38 | 13 | 159 | 3E | 33 |
| Octal | 317 | 64 | 134 | 0 | 113 | 70 | 23 | 531 | 76 | 63 |
| Binary | 11001111 | 110100 | 1011100 | 0 | 1001011 | 111000 | 10011 | 101011001 | 111110 | 110011 |
Color Harmonies of #CF345C
Complementary color
Monochromatic Colors of #CF345C
Black with #CF345C
Text Example
Text Example
White with #CF345C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF345C; }
p { color: rgb(207,52,92); }
H1.HeaderClassName
{
color: #CF345C;
}
.AnyTagClassName
{
color: #CF345C;
}
</style>
background-color css
<style>
a { background-color: #CF345C; }
a { background-color: rgb(207,52,92); }
div.DivClassName
{
background-color: #CF345C;
}
.BgClassName
{
background-color: #CF345C;
}
</style>
border-color css
<style>
span { border-color: #CF345C; }
span { border-color: rgb(207,52,92); }
td.TdClassName
{
border-color: #CF345C;
}
.TagClassName
{
border-color: #CF345C;
}
</style>