Shades of Cardinal #C20D50
Tints of Cardinal #C20D50
RGB
CMYK
RGB Variations
Color information
#C20D50 (or 0xC20D50) is known color: Cardinal. HEX triplet: C2, 0D and 50. RGB value is (194,13,80). Sum of RGB (Red+Green+Blue) = 194+13+80=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 13 (5.47% from 255 or 4.53% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C20D50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20D50 is #3DF2AF. Grayscale: #4A4A4A. Windows color (decimal): -4059824 or 5246402. OLE color: 5246402.
HSL color Cylindrical-coordinate representation of color #C20D50: hue angle of 337.79º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C20D50 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 13 | 80 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.24 |
| HSL | 337.79º | 0.87% | 0.41% | - |
| HSV(B) | 337.79º | 0.93% | 0.76% | - |
| XYZ | 23.84 | 12.34 | 8.71 | - |
| YUV | 74.76 | 130.97 | 213.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 13 | 80 | 0 | 0.93 | 0.59 | 0.24 | 337.79 | 0.87 | 0.41 |
| Hex | C2 | D | 50 | 0 | 5D | 3B | 18 | 152 | 57 | 29 |
| Octal | 302 | 15 | 120 | 0 | 135 | 73 | 30 | 522 | 127 | 51 |
| Binary | 11000010 | 1101 | 1010000 | 0 | 1011101 | 111011 | 11000 | 101010010 | 1010111 | 101001 |
Color Harmonies of #C20D50
Complementary color
Monochromatic Colors of #C20D50
Black with #C20D50
Text Example
Text Example
White with #C20D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20D50; }
p { color: rgb(194,13,80); }
H1.HeaderClassName
{
color: #C20D50;
}
.AnyTagClassName
{
color: #C20D50;
}
</style>
background-color css
<style>
a { background-color: #C20D50; }
a { background-color: rgb(194,13,80); }
div.DivClassName
{
background-color: #C20D50;
}
.BgClassName
{
background-color: #C20D50;
}
</style>
border-color css
<style>
span { border-color: #C20D50; }
span { border-color: rgb(194,13,80); }
td.TdClassName
{
border-color: #C20D50;
}
.TagClassName
{
border-color: #C20D50;
}
</style>