Shades of Cerise #C52A6A
Tints of Cerise #C52A6A
RGB
CMYK
RGB Variations
Color information
#C52A6A (or 0xC52A6A) is known color: Cerise. HEX triplet: C5, 2A and 6A. RGB value is (197,42,106). Sum of RGB (Red+Green+Blue) = 197+42+106=345 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.10% from 345); Green value is 42 (16.80% from 255 or 12.17% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C52A6A is #3AD595. Grayscale: #5F5F5F. Windows color (decimal): -3855766 or 6957765. OLE color: 6957765.
HSL color Cylindrical-coordinate representation of color #C52A6A: hue angle of 335.23º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C52A6A is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 42 | 106 | - |
| CMYK | 0 | 0.79 | 0.46 | 0.23 |
| HSL | 335.23º | 0.65% | 0.47% | - |
| HSV(B) | 335.23º | 0.79% | 0.77% | - |
| XYZ | 26.46 | 14.57 | 15.05 | - |
| YUV | 95.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 42 | 106 | 0 | 0.79 | 0.46 | 0.23 | 335.23 | 0.65 | 0.47 |
| Hex | C5 | 2A | 6A | 0 | 4F | 2E | 17 | 14F | 41 | 2F |
| Octal | 305 | 52 | 152 | 0 | 117 | 56 | 27 | 517 | 101 | 57 |
| Binary | 11000101 | 101010 | 1101010 | 0 | 1001111 | 101110 | 10111 | 101001111 | 1000001 | 101111 |
Color Harmonies of #C52A6A
Complementary color
Monochromatic Colors of #C52A6A
Black with #C52A6A
Text Example
Text Example
White with #C52A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52A6A; }
p { color: rgb(197,42,106); }
H1.HeaderClassName
{
color: #C52A6A;
}
.AnyTagClassName
{
color: #C52A6A;
}
</style>
background-color css
<style>
a { background-color: #C52A6A; }
a { background-color: rgb(197,42,106); }
div.DivClassName
{
background-color: #C52A6A;
}
.BgClassName
{
background-color: #C52A6A;
}
</style>
border-color css
<style>
span { border-color: #C52A6A; }
span { border-color: rgb(197,42,106); }
td.TdClassName
{
border-color: #C52A6A;
}
.TagClassName
{
border-color: #C52A6A;
}
</style>