Shades of Cerise #CF356D
Tints of Cerise #CF356D
RGB
CMYK
RGB Variations
Color information
#CF356D (or 0xCF356D) is known color: Cerise. HEX triplet: CF, 35 and 6D. RGB value is (207,53,109). Sum of RGB (Red+Green+Blue) = 207+53+109=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF356D is #30CA92. Grayscale: #696969. Windows color (decimal): -3197587 or 7157199. OLE color: 7157199.
HSL color Cylindrical-coordinate representation of color #CF356D: hue angle of 338.18º 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 #CF356D is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 109 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.19 |
| HSL | 338.18º | 0.62% | 0.51% | - |
| HSV(B) | 338.18º | 0.74% | 0.81% | - |
| XYZ | 29.77 | 16.92 | 16.16 | - |
| YUV | 105.43 | 130.02 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 109 | 0 | 0.74 | 0.47 | 0.19 | 338.18 | 0.62 | 0.51 |
| Hex | CF | 35 | 6D | 0 | 4A | 2F | 13 | 152 | 3E | 33 |
| Octal | 317 | 65 | 155 | 0 | 112 | 57 | 23 | 522 | 76 | 63 |
| Binary | 11001111 | 110101 | 1101101 | 0 | 1001010 | 101111 | 10011 | 101010010 | 111110 | 110011 |
Color Harmonies of #CF356D
Complementary color
Monochromatic Colors of #CF356D
Black with #CF356D
Text Example
Text Example
White with #CF356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF356D; }
p { color: rgb(207,53,109); }
H1.HeaderClassName
{
color: #CF356D;
}
.AnyTagClassName
{
color: #CF356D;
}
</style>
background-color css
<style>
a { background-color: #CF356D; }
a { background-color: rgb(207,53,109); }
div.DivClassName
{
background-color: #CF356D;
}
.BgClassName
{
background-color: #CF356D;
}
</style>
border-color css
<style>
span { border-color: #CF356D; }
span { border-color: rgb(207,53,109); }
td.TdClassName
{
border-color: #CF356D;
}
.TagClassName
{
border-color: #CF356D;
}
</style>