Shades of Cardinal #C20F4E
Tints of Cardinal #C20F4E
RGB
CMYK
RGB Variations
Color information
#C20F4E (or 0xC20F4E) is known color: Cardinal. HEX triplet: C2, 0F and 4E. RGB value is (194,15,78). Sum of RGB (Red+Green+Blue) = 194+15+78=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C20F4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20F4E is #3DF0B1. Grayscale: #4B4B4B. Windows color (decimal): -4059314 or 5115842. OLE color: 5115842.
HSL color Cylindrical-coordinate representation of color #C20F4E: hue angle of 338.88º 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 #C20F4E is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 15 | 78 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.24 |
| HSL | 338.88º | 0.86% | 0.41% | - |
| HSV(B) | 338.88º | 0.92% | 0.76% | - |
| XYZ | 23.79 | 12.36 | 8.34 | - |
| YUV | 75.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 15 | 78 | 0 | 0.92 | 0.60 | 0.24 | 338.88 | 0.86 | 0.41 |
| Hex | C2 | F | 4E | 0 | 5C | 3C | 18 | 153 | 56 | 29 |
| Octal | 302 | 17 | 116 | 0 | 134 | 74 | 30 | 523 | 126 | 51 |
| Binary | 11000010 | 1111 | 1001110 | 0 | 1011100 | 111100 | 11000 | 101010011 | 1010110 | 101001 |
Color Harmonies of #C20F4E
Complementary color
Monochromatic Colors of #C20F4E
Black with #C20F4E
Text Example
Text Example
White with #C20F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20F4E; }
p { color: rgb(194,15,78); }
H1.HeaderClassName
{
color: #C20F4E;
}
.AnyTagClassName
{
color: #C20F4E;
}
</style>
background-color css
<style>
a { background-color: #C20F4E; }
a { background-color: rgb(194,15,78); }
div.DivClassName
{
background-color: #C20F4E;
}
.BgClassName
{
background-color: #C20F4E;
}
</style>
border-color css
<style>
span { border-color: #C20F4E; }
span { border-color: rgb(194,15,78); }
td.TdClassName
{
border-color: #C20F4E;
}
.TagClassName
{
border-color: #C20F4E;
}
</style>