Shades of Cerise #C42E6D
Tints of Cerise #C42E6D
RGB
CMYK
RGB Variations
Color information
#C42E6D (or 0xC42E6D) is known color: Cerise. HEX triplet: C4, 2E and 6D. RGB value is (196,46,109). Sum of RGB (Red+Green+Blue) = 196+46+109=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 46 (18.36% from 255 or 13.11% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C42E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42E6D is #3BD192. Grayscale: #616161. Windows color (decimal): -3920275 or 7155396. OLE color: 7155396.
HSL color Cylindrical-coordinate representation of color #C42E6D: hue angle of 334.8º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42E6D is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 46 | 109 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.23 |
| HSL | 334.8º | 0.62% | 0.47% | - |
| HSV(B) | 334.8º | 0.77% | 0.77% | - |
| XYZ | 26.5 | 14.79 | 15.93 | - |
| YUV | 98.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 46 | 109 | 0 | 0.77 | 0.44 | 0.23 | 334.8 | 0.62 | 0.47 |
| Hex | C4 | 2E | 6D | 0 | 4D | 2C | 17 | 14F | 3E | 2F |
| Octal | 304 | 56 | 155 | 0 | 115 | 54 | 27 | 517 | 76 | 57 |
| Binary | 11000100 | 101110 | 1101101 | 0 | 1001101 | 101100 | 10111 | 101001111 | 111110 | 101111 |
Color Harmonies of #C42E6D
Complementary color
Monochromatic Colors of #C42E6D
Black with #C42E6D
Text Example
Text Example
White with #C42E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42E6D; }
p { color: rgb(196,46,109); }
H1.HeaderClassName
{
color: #C42E6D;
}
.AnyTagClassName
{
color: #C42E6D;
}
</style>
background-color css
<style>
a { background-color: #C42E6D; }
a { background-color: rgb(196,46,109); }
div.DivClassName
{
background-color: #C42E6D;
}
.BgClassName
{
background-color: #C42E6D;
}
</style>
border-color css
<style>
span { border-color: #C42E6D; }
span { border-color: rgb(196,46,109); }
td.TdClassName
{
border-color: #C42E6D;
}
.TagClassName
{
border-color: #C42E6D;
}
</style>