Shades of Cerise #CF3A60
Tints of Cerise #CF3A60
RGB
CMYK
RGB Variations
Color information
#CF3A60 (or 0xCF3A60) is known color: Cerise. HEX triplet: CF, 3A and 60. RGB value is (207,58,96). Sum of RGB (Red+Green+Blue) = 207+58+96=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3A60 is #30C59F. Grayscale: #6A6A6A. Windows color (decimal): -3196320 or 6306511. OLE color: 6306511.
HSL color Cylindrical-coordinate representation of color #CF3A60: hue angle of 344.7º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A60 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 96 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.19 |
| HSL | 344.7º | 0.61% | 0.52% | - |
| HSV(B) | 344.7º | 0.72% | 0.81% | - |
| XYZ | 29.36 | 17.14 | 12.83 | - |
| YUV | 106.88 | 121.86 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 96 | 0 | 0.72 | 0.54 | 0.19 | 344.7 | 0.61 | 0.52 |
| Hex | CF | 3A | 60 | 0 | 48 | 36 | 13 | 159 | 3D | 34 |
| Octal | 317 | 72 | 140 | 0 | 110 | 66 | 23 | 531 | 75 | 64 |
| Binary | 11001111 | 111010 | 1100000 | 0 | 1001000 | 110110 | 10011 | 101011001 | 111101 | 110100 |
Color Harmonies of #CF3A60
Complementary color
Monochromatic Colors of #CF3A60
Black with #CF3A60
Text Example
Text Example
White with #CF3A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A60; }
p { color: rgb(207,58,96); }
H1.HeaderClassName
{
color: #CF3A60;
}
.AnyTagClassName
{
color: #CF3A60;
}
</style>
background-color css
<style>
a { background-color: #CF3A60; }
a { background-color: rgb(207,58,96); }
div.DivClassName
{
background-color: #CF3A60;
}
.BgClassName
{
background-color: #CF3A60;
}
</style>
border-color css
<style>
span { border-color: #CF3A60; }
span { border-color: rgb(207,58,96); }
td.TdClassName
{
border-color: #CF3A60;
}
.TagClassName
{
border-color: #CF3A60;
}
</style>