Shades of Cardinal #C20C50
Tints of Cardinal #C20C50
RGB
CMYK
RGB Variations
Color information
#C20C50 (or 0xC20C50) is known color: Cardinal. HEX triplet: C2, 0C and 50. RGB value is (194,12,80). Sum of RGB (Red+Green+Blue) = 194+12+80=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C50 is #3DF3AF. Grayscale: #4A4A4A. Windows color (decimal): -4060080 or 5246146. OLE color: 5246146.
HSL color Cylindrical-coordinate representation of color #C20C50: hue angle of 337.58º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20C50 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 80 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.24 |
| HSL | 337.58º | 0.88% | 0.4% | - |
| HSV(B) | 337.58º | 0.94% | 0.76% | - |
| XYZ | 23.83 | 12.31 | 8.71 | - |
| YUV | 74.17 | 131.3 | 213.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 80 | 0 | 0.94 | 0.59 | 0.24 | 337.58 | 0.88 | 0.4 |
| Hex | C2 | C | 50 | 0 | 5E | 3B | 18 | 152 | 58 | 28 |
| Octal | 302 | 14 | 120 | 0 | 136 | 73 | 30 | 522 | 130 | 50 |
| Binary | 11000010 | 1100 | 1010000 | 0 | 1011110 | 111011 | 11000 | 101010010 | 1011000 | 101000 |
Color Harmonies of #C20C50
Complementary color
Monochromatic Colors of #C20C50
Black with #C20C50
Text Example
Text Example
White with #C20C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C50; }
p { color: rgb(194,12,80); }
H1.HeaderClassName
{
color: #C20C50;
}
.AnyTagClassName
{
color: #C20C50;
}
</style>
background-color css
<style>
a { background-color: #C20C50; }
a { background-color: rgb(194,12,80); }
div.DivClassName
{
background-color: #C20C50;
}
.BgClassName
{
background-color: #C20C50;
}
</style>
border-color css
<style>
span { border-color: #C20C50; }
span { border-color: rgb(194,12,80); }
td.TdClassName
{
border-color: #C20C50;
}
.TagClassName
{
border-color: #C20C50;
}
</style>