Shades of Cerise #C52265
Tints of Cerise #C52265
RGB
CMYK
RGB Variations
Color information
#C52265 (or 0xC52265) is known color: Cerise. HEX triplet: C5, 22 and 65. RGB value is (197,34,101). Sum of RGB (Red+Green+Blue) = 197+34+101=332 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.34% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 197 - color contains mainly: red. Hex color #C52265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52265 is #3ADD9A. Grayscale: #5A5A5A. Windows color (decimal): -3857819 or 6628037. OLE color: 6628037.
HSL color Cylindrical-coordinate representation of color #C52265: hue angle of 335.34º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C52265 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 34 | 101 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.23 |
| HSL | 335.34º | 0.71% | 0.45% | - |
| HSV(B) | 335.34º | 0.83% | 0.77% | - |
| XYZ | 25.95 | 13.95 | 13.64 | - |
| YUV | 90.38 | 134 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 34 | 101 | 0 | 0.83 | 0.49 | 0.23 | 335.34 | 0.71 | 0.45 |
| Hex | C5 | 22 | 65 | 0 | 53 | 31 | 17 | 14F | 47 | 2D |
| Octal | 305 | 42 | 145 | 0 | 123 | 61 | 27 | 517 | 107 | 55 |
| Binary | 11000101 | 100010 | 1100101 | 0 | 1010011 | 110001 | 10111 | 101001111 | 1000111 | 101101 |
Color Harmonies of #C52265
Complementary color
Monochromatic Colors of #C52265
Black with #C52265
Text Example
Text Example
White with #C52265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52265; }
p { color: rgb(197,34,101); }
H1.HeaderClassName
{
color: #C52265;
}
.AnyTagClassName
{
color: #C52265;
}
</style>
background-color css
<style>
a { background-color: #C52265; }
a { background-color: rgb(197,34,101); }
div.DivClassName
{
background-color: #C52265;
}
.BgClassName
{
background-color: #C52265;
}
</style>
border-color css
<style>
span { border-color: #C52265; }
span { border-color: rgb(197,34,101); }
td.TdClassName
{
border-color: #C52265;
}
.TagClassName
{
border-color: #C52265;
}
</style>