Shades of Cerise #C52469
Tints of Cerise #C52469
RGB
CMYK
RGB Variations
Color information
#C52469 (or 0xC52469) is known color: Cerise. HEX triplet: C5, 24 and 69. RGB value is (197,36,105). Sum of RGB (Red+Green+Blue) = 197+36+105=338 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.28% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 105 (41.41% from 255 or 31.07% from 338); Max value from RGB is 197 - color contains mainly: red. Hex color #C52469 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52469 is #3ADB96. Grayscale: #5B5B5B. Windows color (decimal): -3857303 or 6890693. OLE color: 6890693.
HSL color Cylindrical-coordinate representation of color #C52469: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C52469 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 36 | 105 | - |
| CMYK | 0 | 0.82 | 0.47 | 0.23 |
| HSL | 334.29º | 0.69% | 0.46% | - |
| HSV(B) | 334.29º | 0.82% | 0.77% | - |
| XYZ | 26.21 | 14.15 | 14.71 | - |
| YUV | 92.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 36 | 105 | 0 | 0.82 | 0.47 | 0.23 | 334.29 | 0.69 | 0.46 |
| Hex | C5 | 24 | 69 | 0 | 52 | 2F | 17 | 14E | 45 | 2E |
| Octal | 305 | 44 | 151 | 0 | 122 | 57 | 27 | 516 | 105 | 56 |
| Binary | 11000101 | 100100 | 1101001 | 0 | 1010010 | 101111 | 10111 | 101001110 | 1000101 | 101110 |
Color Harmonies of #C52469
Complementary color
Monochromatic Colors of #C52469
Black with #C52469
Text Example
Text Example
White with #C52469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52469; }
p { color: rgb(197,36,105); }
H1.HeaderClassName
{
color: #C52469;
}
.AnyTagClassName
{
color: #C52469;
}
</style>
background-color css
<style>
a { background-color: #C52469; }
a { background-color: rgb(197,36,105); }
div.DivClassName
{
background-color: #C52469;
}
.BgClassName
{
background-color: #C52469;
}
</style>
border-color css
<style>
span { border-color: #C52469; }
span { border-color: rgb(197,36,105); }
td.TdClassName
{
border-color: #C52469;
}
.TagClassName
{
border-color: #C52469;
}
</style>