Shades of Cerise #CF3460
Tints of Cerise #CF3460
RGB
CMYK
RGB Variations
Color information
#CF3460 (or 0xCF3460) is known color: Cerise. HEX triplet: CF, 34 and 60. RGB value is (207,52,96). Sum of RGB (Red+Green+Blue) = 207+52+96=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3460 is #30CB9F. Grayscale: #676767. Windows color (decimal): -3197856 or 6304975. OLE color: 6304975.
HSL color Cylindrical-coordinate representation of color #CF3460: hue angle of 342.97º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF3460 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 96 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.19 |
| HSL | 342.97º | 0.62% | 0.51% | - |
| HSV(B) | 342.97º | 0.75% | 0.81% | - |
| XYZ | 29.07 | 16.57 | 12.73 | - |
| YUV | 103.36 | 123.85 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 96 | 0 | 0.75 | 0.54 | 0.19 | 342.97 | 0.62 | 0.51 |
| Hex | CF | 34 | 60 | 0 | 4B | 36 | 13 | 157 | 3E | 33 |
| Octal | 317 | 64 | 140 | 0 | 113 | 66 | 23 | 527 | 76 | 63 |
| Binary | 11001111 | 110100 | 1100000 | 0 | 1001011 | 110110 | 10011 | 101010111 | 111110 | 110011 |
Color Harmonies of #CF3460
Complementary color
Monochromatic Colors of #CF3460
Black with #CF3460
Text Example
Text Example
White with #CF3460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3460; }
p { color: rgb(207,52,96); }
H1.HeaderClassName
{
color: #CF3460;
}
.AnyTagClassName
{
color: #CF3460;
}
</style>
background-color css
<style>
a { background-color: #CF3460; }
a { background-color: rgb(207,52,96); }
div.DivClassName
{
background-color: #CF3460;
}
.BgClassName
{
background-color: #CF3460;
}
</style>
border-color css
<style>
span { border-color: #CF3460; }
span { border-color: rgb(207,52,96); }
td.TdClassName
{
border-color: #CF3460;
}
.TagClassName
{
border-color: #CF3460;
}
</style>