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