Shades of Cerise #C43A64
Tints of Cerise #C43A64
RGB
CMYK
RGB Variations
Color information
#C43A64 (or 0xC43A64) is known color: Cerise. HEX triplet: C4, 3A and 64. RGB value is (196,58,100). Sum of RGB (Red+Green+Blue) = 196+58+100=354 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.37% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A64 is #3BC59B. Grayscale: #686868. Windows color (decimal): -3917212 or 6568644. OLE color: 6568644.
HSL color Cylindrical-coordinate representation of color #C43A64: hue angle of 341.74º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43A64 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 58 | 100 | - |
| CMYK | 0 | 0.70 | 0.49 | 0.23 |
| HSL | 341.74º | 0.54% | 0.5% | - |
| HSV(B) | 341.74º | 0.7% | 0.77% | - |
| XYZ | 26.58 | 15.68 | 13.68 | - |
| YUV | 104.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 58 | 100 | 0 | 0.70 | 0.49 | 0.23 | 341.74 | 0.54 | 0.5 |
| Hex | C4 | 3A | 64 | 0 | 46 | 31 | 17 | 156 | 36 | 32 |
| Octal | 304 | 72 | 144 | 0 | 106 | 61 | 27 | 526 | 66 | 62 |
| Binary | 11000100 | 111010 | 1100100 | 0 | 1000110 | 110001 | 10111 | 101010110 | 110110 | 110010 |
Color Harmonies of #C43A64
Complementary color
Monochromatic Colors of #C43A64
Black with #C43A64
Text Example
Text Example
White with #C43A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43A64; }
p { color: rgb(196,58,100); }
H1.HeaderClassName
{
color: #C43A64;
}
.AnyTagClassName
{
color: #C43A64;
}
</style>
background-color css
<style>
a { background-color: #C43A64; }
a { background-color: rgb(196,58,100); }
div.DivClassName
{
background-color: #C43A64;
}
.BgClassName
{
background-color: #C43A64;
}
</style>
border-color css
<style>
span { border-color: #C43A64; }
span { border-color: rgb(196,58,100); }
td.TdClassName
{
border-color: #C43A64;
}
.TagClassName
{
border-color: #C43A64;
}
</style>