Shades of Cardinal #C7124E
Tints of Cardinal #C7124E
RGB
CMYK
RGB Variations
Color information
#C7124E (or 0xC7124E) is known color: Cardinal. HEX triplet: C7, 12 and 4E. RGB value is (199,18,78). Sum of RGB (Red+Green+Blue) = 199+18+78=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C7124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C7124E is #38EDB1. Grayscale: #4E4E4E. Windows color (decimal): -3730866 or 5116615. OLE color: 5116615.
HSL color Cylindrical-coordinate representation of color #C7124E: hue angle of 340.11º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C7124E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 18 | 78 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.22 |
| HSL | 340.11º | 0.83% | 0.43% | - |
| HSV(B) | 340.11º | 0.91% | 0.78% | - |
| XYZ | 25.14 | 13.12 | 8.42 | - |
| YUV | 78.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 18 | 78 | 0 | 0.91 | 0.61 | 0.22 | 340.11 | 0.83 | 0.43 |
| Hex | C7 | 12 | 4E | 0 | 5B | 3D | 16 | 154 | 53 | 2B |
| Octal | 307 | 22 | 116 | 0 | 133 | 75 | 26 | 524 | 123 | 53 |
| Binary | 11000111 | 10010 | 1001110 | 0 | 1011011 | 111101 | 10110 | 101010100 | 1010011 | 101011 |
Color Harmonies of #C7124E
Complementary color
Monochromatic Colors of #C7124E
Black with #C7124E
Text Example
Text Example
White with #C7124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7124E; }
p { color: rgb(199,18,78); }
H1.HeaderClassName
{
color: #C7124E;
}
.AnyTagClassName
{
color: #C7124E;
}
</style>
background-color css
<style>
a { background-color: #C7124E; }
a { background-color: rgb(199,18,78); }
div.DivClassName
{
background-color: #C7124E;
}
.BgClassName
{
background-color: #C7124E;
}
</style>
border-color css
<style>
span { border-color: #C7124E; }
span { border-color: rgb(199,18,78); }
td.TdClassName
{
border-color: #C7124E;
}
.TagClassName
{
border-color: #C7124E;
}
</style>