Shades of Cerise #C42167
Tints of Cerise #C42167
RGB
CMYK
RGB Variations
Color information
#C42167 (or 0xC42167) is known color: Cerise. HEX triplet: C4, 21 and 67. RGB value is (196,33,103). Sum of RGB (Red+Green+Blue) = 196+33+103=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C42167 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C42167 is #3BDE98. Grayscale: #595959. Windows color (decimal): -3923609 or 6758852. OLE color: 6758852.
HSL color Cylindrical-coordinate representation of color #C42167: hue angle of 334.23º 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 #C42167 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 103 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.23 |
| HSL | 334.23º | 0.71% | 0.45% | - |
| HSV(B) | 334.23º | 0.83% | 0.77% | - |
| XYZ | 25.76 | 13.8 | 14.14 | - |
| YUV | 89.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 103 | 0 | 0.83 | 0.47 | 0.23 | 334.23 | 0.71 | 0.45 |
| Hex | C4 | 21 | 67 | 0 | 53 | 2F | 17 | 14E | 47 | 2D |
| Octal | 304 | 41 | 147 | 0 | 123 | 57 | 27 | 516 | 107 | 55 |
| Binary | 11000100 | 100001 | 1100111 | 0 | 1010011 | 101111 | 10111 | 101001110 | 1000111 | 101101 |
Color Harmonies of #C42167
Complementary color
Monochromatic Colors of #C42167
Black with #C42167
Text Example
Text Example
White with #C42167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42167; }
p { color: rgb(196,33,103); }
H1.HeaderClassName
{
color: #C42167;
}
.AnyTagClassName
{
color: #C42167;
}
</style>
background-color css
<style>
a { background-color: #C42167; }
a { background-color: rgb(196,33,103); }
div.DivClassName
{
background-color: #C42167;
}
.BgClassName
{
background-color: #C42167;
}
</style>
border-color css
<style>
span { border-color: #C42167; }
span { border-color: rgb(196,33,103); }
td.TdClassName
{
border-color: #C42167;
}
.TagClassName
{
border-color: #C42167;
}
</style>