Shades of Cerise #C22166
Tints of Cerise #C22166
RGB
CMYK
RGB Variations
Color information
#C22166 (or 0xC22166) is known color: Cerise. HEX triplet: C2, 21 and 66. RGB value is (194,33,102). Sum of RGB (Red+Green+Blue) = 194+33+102=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C22166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22166 is #3DDE99. Grayscale: #585858. Windows color (decimal): -4054682 or 6693314. OLE color: 6693314.
HSL color Cylindrical-coordinate representation of color #C22166: hue angle of 334.29º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22166 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 102 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.24 |
| HSL | 334.29º | 0.71% | 0.45% | - |
| HSV(B) | 334.29º | 0.83% | 0.76% | - |
| XYZ | 25.19 | 13.52 | 13.85 | - |
| YUV | 89.01 | 135.34 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 102 | 0 | 0.83 | 0.47 | 0.24 | 334.29 | 0.71 | 0.45 |
| Hex | C2 | 21 | 66 | 0 | 53 | 2F | 18 | 14E | 47 | 2D |
| Octal | 302 | 41 | 146 | 0 | 123 | 57 | 30 | 516 | 107 | 55 |
| Binary | 11000010 | 100001 | 1100110 | 0 | 1010011 | 101111 | 11000 | 101001110 | 1000111 | 101101 |
Color Harmonies of #C22166
Complementary color
Monochromatic Colors of #C22166
Black with #C22166
Text Example
Text Example
White with #C22166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22166; }
p { color: rgb(194,33,102); }
H1.HeaderClassName
{
color: #C22166;
}
.AnyTagClassName
{
color: #C22166;
}
</style>
background-color css
<style>
a { background-color: #C22166; }
a { background-color: rgb(194,33,102); }
div.DivClassName
{
background-color: #C22166;
}
.BgClassName
{
background-color: #C22166;
}
</style>
border-color css
<style>
span { border-color: #C22166; }
span { border-color: rgb(194,33,102); }
td.TdClassName
{
border-color: #C22166;
}
.TagClassName
{
border-color: #C22166;
}
</style>