Shades of Cardinal #C20F4D
Tints of Cardinal #C20F4D
RGB
CMYK
RGB Variations
Color information
#C20F4D (or 0xC20F4D) is known color: Cardinal. HEX triplet: C2, 0F and 4D. RGB value is (194,15,77). Sum of RGB (Red+Green+Blue) = 194+15+77=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F4D is #3DF0B2. Grayscale: #4B4B4B. Windows color (decimal): -4059315 or 5050306. OLE color: 5050306.
HSL color Cylindrical-coordinate representation of color #C20F4D: hue angle of 339.22º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C20F4D is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 77 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.24 |
| HSL | 339.22º | 0.86% | 0.41% | - |
| HSV(B) | 339.22º | 0.92% | 0.76% | - |
| XYZ | 23.76 | 12.35 | 8.15 | - |
| YUV | 75.59 | 128.8 | 212.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 77 | 0 | 0.92 | 0.60 | 0.24 | 339.22 | 0.86 | 0.41 |
| Hex | C2 | F | 4D | 0 | 5C | 3C | 18 | 153 | 56 | 29 |
| Octal | 302 | 17 | 115 | 0 | 134 | 74 | 30 | 523 | 126 | 51 |
| Binary | 11000010 | 1111 | 1001101 | 0 | 1011100 | 111100 | 11000 | 101010011 | 1010110 | 101001 |
Color Harmonies of #C20F4D
Complementary color
Monochromatic Colors of #C20F4D
Black with #C20F4D
Text Example
Text Example
White with #C20F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F4D; }
p { color: rgb(194,15,77); }
H1.HeaderClassName
{
color: #C20F4D;
}
.AnyTagClassName
{
color: #C20F4D;
}
</style>
background-color css
<style>
a { background-color: #C20F4D; }
a { background-color: rgb(194,15,77); }
div.DivClassName
{
background-color: #C20F4D;
}
.BgClassName
{
background-color: #C20F4D;
}
</style>
border-color css
<style>
span { border-color: #C20F4D; }
span { border-color: rgb(194,15,77); }
td.TdClassName
{
border-color: #C20F4D;
}
.TagClassName
{
border-color: #C20F4D;
}
</style>