Shades of Cerise #C22269
Tints of Cerise #C22269
RGB
CMYK
RGB Variations
Color information
#C22269 (or 0xC22269) is known color: Cerise. HEX triplet: C2, 22 and 69. RGB value is (194,34,105). Sum of RGB (Red+Green+Blue) = 194+34+105=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C22269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22269 is #3DDD96. Grayscale: #595959. Windows color (decimal): -4054423 or 6890178. OLE color: 6890178.
HSL color Cylindrical-coordinate representation of color #C22269: hue angle of 333.38º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22269 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 105 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.24 |
| HSL | 333.38º | 0.7% | 0.45% | - |
| HSV(B) | 333.38º | 0.82% | 0.76% | - |
| XYZ | 25.37 | 13.63 | 14.66 | - |
| YUV | 89.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 105 | 0 | 0.82 | 0.46 | 0.24 | 333.38 | 0.7 | 0.45 |
| Hex | C2 | 22 | 69 | 0 | 52 | 2E | 18 | 14D | 46 | 2D |
| Octal | 302 | 42 | 151 | 0 | 122 | 56 | 30 | 515 | 106 | 55 |
| Binary | 11000010 | 100010 | 1101001 | 0 | 1010010 | 101110 | 11000 | 101001101 | 1000110 | 101101 |
Color Harmonies of #C22269
Complementary color
Monochromatic Colors of #C22269
Black with #C22269
Text Example
Text Example
White with #C22269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22269; }
p { color: rgb(194,34,105); }
H1.HeaderClassName
{
color: #C22269;
}
.AnyTagClassName
{
color: #C22269;
}
</style>
background-color css
<style>
a { background-color: #C22269; }
a { background-color: rgb(194,34,105); }
div.DivClassName
{
background-color: #C22269;
}
.BgClassName
{
background-color: #C22269;
}
</style>
border-color css
<style>
span { border-color: #C22269; }
span { border-color: rgb(194,34,105); }
td.TdClassName
{
border-color: #C22269;
}
.TagClassName
{
border-color: #C22269;
}
</style>