Shades of Cerise #CF355E
Tints of Cerise #CF355E
RGB
CMYK
RGB Variations
Color information
#CF355E (or 0xCF355E) is known color: Cerise. HEX triplet: CF, 35 and 5E. RGB value is (207,53,94). Sum of RGB (Red+Green+Blue) = 207+53+94=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 53 (21.09% from 255 or 14.97% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF355E is #30CAA1. Grayscale: #676767. Windows color (decimal): -3197602 or 6174159. OLE color: 6174159.
HSL color Cylindrical-coordinate representation of color #CF355E: hue angle of 344.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF355E is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 94 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 344.03º | 0.62% | 0.51% | - |
| HSV(B) | 344.03º | 0.74% | 0.81% | - |
| XYZ | 29.03 | 16.62 | 12.27 | - |
| YUV | 103.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 94 | 0 | 0.74 | 0.55 | 0.19 | 344.03 | 0.62 | 0.51 |
| Hex | CF | 35 | 5E | 0 | 4A | 37 | 13 | 158 | 3E | 33 |
| Octal | 317 | 65 | 136 | 0 | 112 | 67 | 23 | 530 | 76 | 63 |
| Binary | 11001111 | 110101 | 1011110 | 0 | 1001010 | 110111 | 10011 | 101011000 | 111110 | 110011 |
Color Harmonies of #CF355E
Complementary color
Monochromatic Colors of #CF355E
Black with #CF355E
Text Example
Text Example
White with #CF355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF355E; }
p { color: rgb(207,53,94); }
H1.HeaderClassName
{
color: #CF355E;
}
.AnyTagClassName
{
color: #CF355E;
}
</style>
background-color css
<style>
a { background-color: #CF355E; }
a { background-color: rgb(207,53,94); }
div.DivClassName
{
background-color: #CF355E;
}
.BgClassName
{
background-color: #CF355E;
}
</style>
border-color css
<style>
span { border-color: #CF355E; }
span { border-color: rgb(207,53,94); }
td.TdClassName
{
border-color: #CF355E;
}
.TagClassName
{
border-color: #CF355E;
}
</style>