Shades of Cerise #C42C65
Tints of Cerise #C42C65
RGB
CMYK
RGB Variations
Color information
#C42C65 (or 0xC42C65) is known color: Cerise. HEX triplet: C4, 2C and 65. RGB value is (196,44,101). Sum of RGB (Red+Green+Blue) = 196+44+101=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 44 (17.58% from 255 or 12.90% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42C65 is #3BD39A. Grayscale: #5F5F5F. Windows color (decimal): -3920795 or 6630596. OLE color: 6630596.
HSL color Cylindrical-coordinate representation of color #C42C65: hue angle of 337.5º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C65 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 101 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.23 |
| HSL | 337.5º | 0.63% | 0.47% | - |
| HSV(B) | 337.5º | 0.78% | 0.77% | - |
| XYZ | 26.01 | 14.48 | 13.74 | - |
| YUV | 95.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 101 | 0 | 0.78 | 0.48 | 0.23 | 337.5 | 0.63 | 0.47 |
| Hex | C4 | 2C | 65 | 0 | 4E | 30 | 17 | 152 | 3F | 2F |
| Octal | 304 | 54 | 145 | 0 | 116 | 60 | 27 | 522 | 77 | 57 |
| Binary | 11000100 | 101100 | 1100101 | 0 | 1001110 | 110000 | 10111 | 101010010 | 111111 | 101111 |
Color Harmonies of #C42C65
Complementary color
Monochromatic Colors of #C42C65
Black with #C42C65
Text Example
Text Example
White with #C42C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C65; }
p { color: rgb(196,44,101); }
H1.HeaderClassName
{
color: #C42C65;
}
.AnyTagClassName
{
color: #C42C65;
}
</style>
background-color css
<style>
a { background-color: #C42C65; }
a { background-color: rgb(196,44,101); }
div.DivClassName
{
background-color: #C42C65;
}
.BgClassName
{
background-color: #C42C65;
}
</style>
border-color css
<style>
span { border-color: #C42C65; }
span { border-color: rgb(196,44,101); }
td.TdClassName
{
border-color: #C42C65;
}
.TagClassName
{
border-color: #C42C65;
}
</style>