Shades of Cerise #C42165
Tints of Cerise #C42165
RGB
CMYK
RGB Variations
Color information
#C42165 (or 0xC42165) is known color: Cerise. HEX triplet: C4, 21 and 65. RGB value is (196,33,101). Sum of RGB (Red+Green+Blue) = 196+33+101=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C42165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42165 is #3BDE9A. Grayscale: #595959. Windows color (decimal): -3923611 or 6627780. OLE color: 6627780.
HSL color Cylindrical-coordinate representation of color #C42165: hue angle of 334.97º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C42165 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 101 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.23 |
| HSL | 334.97º | 0.71% | 0.45% | - |
| HSV(B) | 334.97º | 0.83% | 0.77% | - |
| XYZ | 25.66 | 13.76 | 13.62 | - |
| YUV | 89.49 | 134.5 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 101 | 0 | 0.83 | 0.48 | 0.23 | 334.97 | 0.71 | 0.45 |
| Hex | C4 | 21 | 65 | 0 | 53 | 30 | 17 | 14F | 47 | 2D |
| Octal | 304 | 41 | 145 | 0 | 123 | 60 | 27 | 517 | 107 | 55 |
| Binary | 11000100 | 100001 | 1100101 | 0 | 1010011 | 110000 | 10111 | 101001111 | 1000111 | 101101 |
Color Harmonies of #C42165
Complementary color
Monochromatic Colors of #C42165
Black with #C42165
Text Example
Text Example
White with #C42165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42165; }
p { color: rgb(196,33,101); }
H1.HeaderClassName
{
color: #C42165;
}
.AnyTagClassName
{
color: #C42165;
}
</style>
background-color css
<style>
a { background-color: #C42165; }
a { background-color: rgb(196,33,101); }
div.DivClassName
{
background-color: #C42165;
}
.BgClassName
{
background-color: #C42165;
}
</style>
border-color css
<style>
span { border-color: #C42165; }
span { border-color: rgb(196,33,101); }
td.TdClassName
{
border-color: #C42165;
}
.TagClassName
{
border-color: #C42165;
}
</style>