Shades of Cardinal #C7114E
Tints of Cardinal #C7114E
RGB
CMYK
RGB Variations
Color information
#C7114E (or 0xC7114E) is known color: Cardinal. HEX triplet: C7, 11 and 4E. RGB value is (199,17,78). Sum of RGB (Red+Green+Blue) = 199+17+78=294 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.69% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 199 - color contains mainly: red. Hex color #C7114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7114E is #38EEB1. Grayscale: #4E4E4E. Windows color (decimal): -3731122 or 5116359. OLE color: 5116359.
HSL color Cylindrical-coordinate representation of color #C7114E: hue angle of 339.89º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7114E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 17 | 78 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.22 |
| HSL | 339.89º | 0.84% | 0.42% | - |
| HSV(B) | 339.89º | 0.91% | 0.78% | - |
| XYZ | 25.13 | 13.09 | 8.41 | - |
| YUV | 78.37 | 127.8 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 17 | 78 | 0 | 0.91 | 0.61 | 0.22 | 339.89 | 0.84 | 0.42 |
| Hex | C7 | 11 | 4E | 0 | 5B | 3D | 16 | 154 | 54 | 2A |
| Octal | 307 | 21 | 116 | 0 | 133 | 75 | 26 | 524 | 124 | 52 |
| Binary | 11000111 | 10001 | 1001110 | 0 | 1011011 | 111101 | 10110 | 101010100 | 1010100 | 101010 |
Color Harmonies of #C7114E
Complementary color
Monochromatic Colors of #C7114E
Black with #C7114E
Text Example
Text Example
White with #C7114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7114E; }
p { color: rgb(199,17,78); }
H1.HeaderClassName
{
color: #C7114E;
}
.AnyTagClassName
{
color: #C7114E;
}
</style>
background-color css
<style>
a { background-color: #C7114E; }
a { background-color: rgb(199,17,78); }
div.DivClassName
{
background-color: #C7114E;
}
.BgClassName
{
background-color: #C7114E;
}
</style>
border-color css
<style>
span { border-color: #C7114E; }
span { border-color: rgb(199,17,78); }
td.TdClassName
{
border-color: #C7114E;
}
.TagClassName
{
border-color: #C7114E;
}
</style>