Shades of Cerise #CF356F
Tints of Cerise #CF356F
RGB
CMYK
RGB Variations
Color information
#CF356F (or 0xCF356F) is known color: Cerise. HEX triplet: CF, 35 and 6F. RGB value is (207,53,111). Sum of RGB (Red+Green+Blue) = 207+53+111=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF356F is #30CA90. Grayscale: #696969. Windows color (decimal): -3197585 or 7288271. OLE color: 7288271.
HSL color Cylindrical-coordinate representation of color #CF356F: hue angle of 337.4º 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 #CF356F is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 111 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.19 |
| HSL | 337.4º | 0.62% | 0.51% | - |
| HSV(B) | 337.4º | 0.74% | 0.81% | - |
| XYZ | 29.87 | 16.96 | 16.74 | - |
| YUV | 105.66 | 131.02 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 111 | 0 | 0.74 | 0.46 | 0.19 | 337.4 | 0.62 | 0.51 |
| Hex | CF | 35 | 6F | 0 | 4A | 2E | 13 | 151 | 3E | 33 |
| Octal | 317 | 65 | 157 | 0 | 112 | 56 | 23 | 521 | 76 | 63 |
| Binary | 11001111 | 110101 | 1101111 | 0 | 1001010 | 101110 | 10011 | 101010001 | 111110 | 110011 |
Color Harmonies of #CF356F
Complementary color
Monochromatic Colors of #CF356F
Black with #CF356F
Text Example
Text Example
White with #CF356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF356F; }
p { color: rgb(207,53,111); }
H1.HeaderClassName
{
color: #CF356F;
}
.AnyTagClassName
{
color: #CF356F;
}
</style>
background-color css
<style>
a { background-color: #CF356F; }
a { background-color: rgb(207,53,111); }
div.DivClassName
{
background-color: #CF356F;
}
.BgClassName
{
background-color: #CF356F;
}
</style>
border-color css
<style>
span { border-color: #CF356F; }
span { border-color: rgb(207,53,111); }
td.TdClassName
{
border-color: #CF356F;
}
.TagClassName
{
border-color: #CF356F;
}
</style>