Shades of Cerise #CF355F
Tints of Cerise #CF355F
RGB
CMYK
RGB Variations
Color information
#CF355F (or 0xCF355F) is known color: Cerise. HEX triplet: CF, 35 and 5F. RGB value is (207,53,95). Sum of RGB (Red+Green+Blue) = 207+53+95=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF355F is #30CAA0. Grayscale: #676767. Windows color (decimal): -3197601 or 6239695. OLE color: 6239695.
HSL color Cylindrical-coordinate representation of color #CF355F: hue angle of 343.64º 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 #CF355F is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 95 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.19 |
| HSL | 343.64º | 0.62% | 0.51% | - |
| HSV(B) | 343.64º | 0.74% | 0.81% | - |
| XYZ | 29.07 | 16.64 | 12.51 | - |
| YUV | 103.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 95 | 0 | 0.74 | 0.54 | 0.19 | 343.64 | 0.62 | 0.51 |
| Hex | CF | 35 | 5F | 0 | 4A | 36 | 13 | 158 | 3E | 33 |
| Octal | 317 | 65 | 137 | 0 | 112 | 66 | 23 | 530 | 76 | 63 |
| Binary | 11001111 | 110101 | 1011111 | 0 | 1001010 | 110110 | 10011 | 101011000 | 111110 | 110011 |
Color Harmonies of #CF355F
Complementary color
Monochromatic Colors of #CF355F
Black with #CF355F
Text Example
Text Example
White with #CF355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF355F; }
p { color: rgb(207,53,95); }
H1.HeaderClassName
{
color: #CF355F;
}
.AnyTagClassName
{
color: #CF355F;
}
</style>
background-color css
<style>
a { background-color: #CF355F; }
a { background-color: rgb(207,53,95); }
div.DivClassName
{
background-color: #CF355F;
}
.BgClassName
{
background-color: #CF355F;
}
</style>
border-color css
<style>
span { border-color: #CF355F; }
span { border-color: rgb(207,53,95); }
td.TdClassName
{
border-color: #CF355F;
}
.TagClassName
{
border-color: #CF355F;
}
</style>