Shades of Cerise #CF345F
Tints of Cerise #CF345F
RGB
CMYK
RGB Variations
Color information
#CF345F (or 0xCF345F) is known color: Cerise. HEX triplet: CF, 34 and 5F. RGB value is (207,52,95). Sum of RGB (Red+Green+Blue) = 207+52+95=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 52 (20.70% from 255 or 14.69% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF345F is #30CBA0. Grayscale: #676767. Windows color (decimal): -3197857 or 6239439. OLE color: 6239439.
HSL color Cylindrical-coordinate representation of color #CF345F: hue angle of 343.35º 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 #CF345F is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 95 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.19 |
| HSL | 343.35º | 0.62% | 0.51% | - |
| HSV(B) | 343.35º | 0.75% | 0.81% | - |
| XYZ | 29.03 | 16.55 | 12.49 | - |
| YUV | 103.25 | 123.35 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 95 | 0 | 0.75 | 0.54 | 0.19 | 343.35 | 0.62 | 0.51 |
| Hex | CF | 34 | 5F | 0 | 4B | 36 | 13 | 157 | 3E | 33 |
| Octal | 317 | 64 | 137 | 0 | 113 | 66 | 23 | 527 | 76 | 63 |
| Binary | 11001111 | 110100 | 1011111 | 0 | 1001011 | 110110 | 10011 | 101010111 | 111110 | 110011 |
Color Harmonies of #CF345F
Complementary color
Monochromatic Colors of #CF345F
Black with #CF345F
Text Example
Text Example
White with #CF345F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF345F; }
p { color: rgb(207,52,95); }
H1.HeaderClassName
{
color: #CF345F;
}
.AnyTagClassName
{
color: #CF345F;
}
</style>
background-color css
<style>
a { background-color: #CF345F; }
a { background-color: rgb(207,52,95); }
div.DivClassName
{
background-color: #CF345F;
}
.BgClassName
{
background-color: #CF345F;
}
</style>
border-color css
<style>
span { border-color: #CF345F; }
span { border-color: rgb(207,52,95); }
td.TdClassName
{
border-color: #CF345F;
}
.TagClassName
{
border-color: #CF345F;
}
</style>