Shades of Cerise #C43166
Tints of Cerise #C43166
RGB
CMYK
RGB Variations
Color information
#C43166 (or 0xC43166) is known color: Cerise. HEX triplet: C4, 31 and 66. RGB value is (196,49,102). Sum of RGB (Red+Green+Blue) = 196+49+102=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C43166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43166 is #3BCE99. Grayscale: #626262. Windows color (decimal): -3919514 or 6697412. OLE color: 6697412.
HSL color Cylindrical-coordinate representation of color #C43166: hue angle of 338.37º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C43166 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 49 | 102 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.23 |
| HSL | 338.37º | 0.6% | 0.48% | - |
| HSV(B) | 338.37º | 0.75% | 0.77% | - |
| XYZ | 26.26 | 14.89 | 14.06 | - |
| YUV | 99 | 129.7 | 197.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 49 | 102 | 0 | 0.75 | 0.48 | 0.23 | 338.37 | 0.6 | 0.48 |
| Hex | C4 | 31 | 66 | 0 | 4B | 30 | 17 | 152 | 3C | 30 |
| Octal | 304 | 61 | 146 | 0 | 113 | 60 | 27 | 522 | 74 | 60 |
| Binary | 11000100 | 110001 | 1100110 | 0 | 1001011 | 110000 | 10111 | 101010010 | 111100 | 110000 |
Color Harmonies of #C43166
Complementary color
Monochromatic Colors of #C43166
Black with #C43166
Text Example
Text Example
White with #C43166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43166; }
p { color: rgb(196,49,102); }
H1.HeaderClassName
{
color: #C43166;
}
.AnyTagClassName
{
color: #C43166;
}
</style>
background-color css
<style>
a { background-color: #C43166; }
a { background-color: rgb(196,49,102); }
div.DivClassName
{
background-color: #C43166;
}
.BgClassName
{
background-color: #C43166;
}
</style>
border-color css
<style>
span { border-color: #C43166; }
span { border-color: rgb(196,49,102); }
td.TdClassName
{
border-color: #C43166;
}
.TagClassName
{
border-color: #C43166;
}
</style>