Shades of Cardinal #C20047
Tints of Cardinal #C20047
RGB
CMYK
RGB Variations
Color information
#C20047 (or 0xC20047) is known color: Cardinal. HEX triplet: C2, 00 and 47. RGB value is (194,0,71). Sum of RGB (Red+Green+Blue) = 194+0+71=265 (35% of max value = 765). Red value is 194 (76.17% from 255 or 73.21% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 71 (28.12% from 255 or 26.79% from 265); Max value from RGB is 194 - color contains mainly: red. Hex color #C20047 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20047 is #3DFFB8. Grayscale: #424242. Windows color (decimal): -4063161 or 4653250. OLE color: 4653250.
HSL color Cylindrical-coordinate representation of color #C20047: hue angle of 338.04º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C20047 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.63 | 0.24 |
| HSL | 338.04º | 1% | 0.38% | - |
| HSV(B) | 338.04º | 1% | 0.76% | - |
| XYZ | 23.39 | 11.92 | 7.03 | - |
| YUV | 66.1 | 130.77 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 0 | 71 | 0 | 1 | 0.63 | 0.24 | 338.04 | 1 | 0.38 |
| Hex | C2 | 0 | 47 | 0 | 64 | 3F | 18 | 152 | 64 | 26 |
| Octal | 302 | 0 | 107 | 0 | 144 | 77 | 30 | 522 | 144 | 46 |
| Binary | 11000010 | 0 | 1000111 | 0 | 1100100 | 111111 | 11000 | 101010010 | 1100100 | 100110 |
Color Harmonies of #C20047
Complementary color
Monochromatic Colors of #C20047
Black with #C20047
Text Example
Text Example
White with #C20047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20047; }
p { color: rgb(194,0,71); }
H1.HeaderClassName
{
color: #C20047;
}
.AnyTagClassName
{
color: #C20047;
}
</style>
background-color css
<style>
a { background-color: #C20047; }
a { background-color: rgb(194,0,71); }
div.DivClassName
{
background-color: #C20047;
}
.BgClassName
{
background-color: #C20047;
}
</style>
border-color css
<style>
span { border-color: #C20047; }
span { border-color: rgb(194,0,71); }
td.TdClassName
{
border-color: #C20047;
}
.TagClassName
{
border-color: #C20047;
}
</style>