Shades of Cerise #C52E68
Tints of Cerise #C52E68
RGB
CMYK
RGB Variations
Color information
#C52E68 (or 0xC52E68) is known color: Cerise. HEX triplet: C5, 2E and 68. RGB value is (197,46,104). Sum of RGB (Red+Green+Blue) = 197+46+104=347 (45% of max value = 765). Red value is 197 (77.34% from 255 or 56.77% from 347); Green value is 46 (18.36% from 255 or 13.26% from 347); Blue value is 104 (41.02% from 255 or 29.97% from 347); Max value from RGB is 197 - color contains mainly: red. Hex color #C52E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52E68 is #3AD197. Grayscale: #616161. Windows color (decimal): -3854744 or 6827717. OLE color: 6827717.
HSL color Cylindrical-coordinate representation of color #C52E68: hue angle of 336.95º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C52E68 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 46 | 104 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.23 |
| HSL | 336.95º | 0.62% | 0.48% | - |
| HSV(B) | 336.95º | 0.77% | 0.77% | - |
| XYZ | 26.5 | 14.82 | 14.56 | - |
| YUV | 97.76 | 131.53 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 46 | 104 | 0 | 0.77 | 0.47 | 0.23 | 336.95 | 0.62 | 0.48 |
| Hex | C5 | 2E | 68 | 0 | 4D | 2F | 17 | 151 | 3E | 30 |
| Octal | 305 | 56 | 150 | 0 | 115 | 57 | 27 | 521 | 76 | 60 |
| Binary | 11000101 | 101110 | 1101000 | 0 | 1001101 | 101111 | 10111 | 101010001 | 111110 | 110000 |
Color Harmonies of #C52E68
Complementary color
Monochromatic Colors of #C52E68
Black with #C52E68
Text Example
Text Example
White with #C52E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52E68; }
p { color: rgb(197,46,104); }
H1.HeaderClassName
{
color: #C52E68;
}
.AnyTagClassName
{
color: #C52E68;
}
</style>
background-color css
<style>
a { background-color: #C52E68; }
a { background-color: rgb(197,46,104); }
div.DivClassName
{
background-color: #C52E68;
}
.BgClassName
{
background-color: #C52E68;
}
</style>
border-color css
<style>
span { border-color: #C52E68; }
span { border-color: rgb(197,46,104); }
td.TdClassName
{
border-color: #C52E68;
}
.TagClassName
{
border-color: #C52E68;
}
</style>