Shades of Cerise #CF3C5D
Tints of Cerise #CF3C5D
RGB
CMYK
RGB Variations
Color information
#CF3C5D (or 0xCF3C5D) is known color: Cerise. HEX triplet: CF, 3C and 5D. RGB value is (207,60,93). Sum of RGB (Red+Green+Blue) = 207+60+93=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C5D is #30C3A2. Grayscale: #6B6B6B. Windows color (decimal): -3195811 or 6110415. OLE color: 6110415.
HSL color Cylindrical-coordinate representation of color #CF3C5D: hue angle of 346.53º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3C5D is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 93 | - |
| CMYK | 0 | 0.71 | 0.55 | 0.19 |
| HSL | 346.53º | 0.6% | 0.52% | - |
| HSV(B) | 346.53º | 0.71% | 0.81% | - |
| XYZ | 29.32 | 17.29 | 12.15 | - |
| YUV | 107.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 93 | 0 | 0.71 | 0.55 | 0.19 | 346.53 | 0.6 | 0.52 |
| Hex | CF | 3C | 5D | 0 | 47 | 37 | 13 | 15B | 3C | 34 |
| Octal | 317 | 74 | 135 | 0 | 107 | 67 | 23 | 533 | 74 | 64 |
| Binary | 11001111 | 111100 | 1011101 | 0 | 1000111 | 110111 | 10011 | 101011011 | 111100 | 110100 |
Color Harmonies of #CF3C5D
Complementary color
Monochromatic Colors of #CF3C5D
Black with #CF3C5D
Text Example
Text Example
White with #CF3C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C5D; }
p { color: rgb(207,60,93); }
H1.HeaderClassName
{
color: #CF3C5D;
}
.AnyTagClassName
{
color: #CF3C5D;
}
</style>
background-color css
<style>
a { background-color: #CF3C5D; }
a { background-color: rgb(207,60,93); }
div.DivClassName
{
background-color: #CF3C5D;
}
.BgClassName
{
background-color: #CF3C5D;
}
</style>
border-color css
<style>
span { border-color: #CF3C5D; }
span { border-color: rgb(207,60,93); }
td.TdClassName
{
border-color: #CF3C5D;
}
.TagClassName
{
border-color: #CF3C5D;
}
</style>