Shades of Cardinal #C20C4E
Tints of Cardinal #C20C4E
RGB
CMYK
RGB Variations
Color information
#C20C4E (or 0xC20C4E) is known color: Cardinal. HEX triplet: C2, 0C and 4E. RGB value is (194,12,78). Sum of RGB (Red+Green+Blue) = 194+12+78=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C20C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20C4E is #3DF3B1. Grayscale: #494949. Windows color (decimal): -4060082 or 5115074. OLE color: 5115074.
HSL color Cylindrical-coordinate representation of color #C20C4E: hue angle of 338.24º 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 #C20C4E is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 12 | 78 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.24 |
| HSL | 338.24º | 0.88% | 0.4% | - |
| HSV(B) | 338.24º | 0.94% | 0.76% | - |
| XYZ | 23.75 | 12.28 | 8.33 | - |
| YUV | 73.94 | 130.3 | 213.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 12 | 78 | 0 | 0.94 | 0.60 | 0.24 | 338.24 | 0.88 | 0.4 |
| Hex | C2 | C | 4E | 0 | 5E | 3C | 18 | 152 | 58 | 28 |
| Octal | 302 | 14 | 116 | 0 | 136 | 74 | 30 | 522 | 130 | 50 |
| Binary | 11000010 | 1100 | 1001110 | 0 | 1011110 | 111100 | 11000 | 101010010 | 1011000 | 101000 |
Color Harmonies of #C20C4E
Complementary color
Monochromatic Colors of #C20C4E
Black with #C20C4E
Text Example
Text Example
White with #C20C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20C4E; }
p { color: rgb(194,12,78); }
H1.HeaderClassName
{
color: #C20C4E;
}
.AnyTagClassName
{
color: #C20C4E;
}
</style>
background-color css
<style>
a { background-color: #C20C4E; }
a { background-color: rgb(194,12,78); }
div.DivClassName
{
background-color: #C20C4E;
}
.BgClassName
{
background-color: #C20C4E;
}
</style>
border-color css
<style>
span { border-color: #C20C4E; }
span { border-color: rgb(194,12,78); }
td.TdClassName
{
border-color: #C20C4E;
}
.TagClassName
{
border-color: #C20C4E;
}
</style>