Shades of Cerise #CF355D
Tints of Cerise #CF355D
RGB
CMYK
RGB Variations
Color information
#CF355D (or 0xCF355D) is known color: Cerise. HEX triplet: CF, 35 and 5D. RGB value is (207,53,93). Sum of RGB (Red+Green+Blue) = 207+53+93=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 93 (36.72% from 255 or 26.35% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF355D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF355D is #30CAA2. Grayscale: #676767. Windows color (decimal): -3197603 or 6108623. OLE color: 6108623.
HSL color Cylindrical-coordinate representation of color #CF355D: hue angle of 344.42º 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 #CF355D is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 93 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.19 |
| HSL | 344.42º | 0.62% | 0.51% | - |
| HSV(B) | 344.42º | 0.74% | 0.81% | - |
| XYZ | 28.98 | 16.6 | 12.03 | - |
| YUV | 103.61 | 122.02 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 93 | 0 | 0.74 | 0.55 | 0.19 | 344.42 | 0.62 | 0.51 |
| Hex | CF | 35 | 5D | 0 | 4A | 37 | 13 | 158 | 3E | 33 |
| Octal | 317 | 65 | 135 | 0 | 112 | 67 | 23 | 530 | 76 | 63 |
| Binary | 11001111 | 110101 | 1011101 | 0 | 1001010 | 110111 | 10011 | 101011000 | 111110 | 110011 |
Color Harmonies of #CF355D
Complementary color
Monochromatic Colors of #CF355D
Black with #CF355D
Text Example
Text Example
White with #CF355D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF355D; }
p { color: rgb(207,53,93); }
H1.HeaderClassName
{
color: #CF355D;
}
.AnyTagClassName
{
color: #CF355D;
}
</style>
background-color css
<style>
a { background-color: #CF355D; }
a { background-color: rgb(207,53,93); }
div.DivClassName
{
background-color: #CF355D;
}
.BgClassName
{
background-color: #CF355D;
}
</style>
border-color css
<style>
span { border-color: #CF355D; }
span { border-color: rgb(207,53,93); }
td.TdClassName
{
border-color: #CF355D;
}
.TagClassName
{
border-color: #CF355D;
}
</style>