Shades of Cerise #CF3C58
Tints of Cerise #CF3C58
RGB
CMYK
RGB Variations
Color information
#CF3C58 (or 0xCF3C58) is known color: Cerise. HEX triplet: CF, 3C and 58. RGB value is (207,60,88). Sum of RGB (Red+Green+Blue) = 207+60+88=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3C58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3C58 is #30C3A7. Grayscale: #6B6B6B. Windows color (decimal): -3195816 or 5782735. OLE color: 5782735.
HSL color Cylindrical-coordinate representation of color #CF3C58: hue angle of 348.57º 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 #CF3C58 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 60 | 88 | - |
| CMYK | 0 | 0.71 | 0.57 | 0.19 |
| HSL | 348.57º | 0.6% | 0.52% | - |
| HSV(B) | 348.57º | 0.71% | 0.81% | - |
| XYZ | 29.11 | 17.2 | 11.02 | - |
| YUV | 107.15 | 117.2 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 60 | 88 | 0 | 0.71 | 0.57 | 0.19 | 348.57 | 0.6 | 0.52 |
| Hex | CF | 3C | 58 | 0 | 47 | 39 | 13 | 15D | 3C | 34 |
| Octal | 317 | 74 | 130 | 0 | 107 | 71 | 23 | 535 | 74 | 64 |
| Binary | 11001111 | 111100 | 1011000 | 0 | 1000111 | 111001 | 10011 | 101011101 | 111100 | 110100 |
Color Harmonies of #CF3C58
Complementary color
Monochromatic Colors of #CF3C58
Black with #CF3C58
Text Example
Text Example
White with #CF3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3C58; }
p { color: rgb(207,60,88); }
H1.HeaderClassName
{
color: #CF3C58;
}
.AnyTagClassName
{
color: #CF3C58;
}
</style>
background-color css
<style>
a { background-color: #CF3C58; }
a { background-color: rgb(207,60,88); }
div.DivClassName
{
background-color: #CF3C58;
}
.BgClassName
{
background-color: #CF3C58;
}
</style>
border-color css
<style>
span { border-color: #CF3C58; }
span { border-color: rgb(207,60,88); }
td.TdClassName
{
border-color: #CF3C58;
}
.TagClassName
{
border-color: #CF3C58;
}
</style>