Shades of Cardinal #C0114E
Tints of Cardinal #C0114E
RGB
CMYK
RGB Variations
Color information
#C0114E (or 0xC0114E) is known color: Cardinal. HEX triplet: C0, 11 and 4E. RGB value is (192,17,78). Sum of RGB (Red+Green+Blue) = 192+17+78=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C0114E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0114E is #3FEEB1. Grayscale: #4C4C4C. Windows color (decimal): -4189874 or 5116352. OLE color: 5116352.
HSL color Cylindrical-coordinate representation of color #C0114E: hue angle of 339.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0114E is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 17 | 78 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.25 |
| HSL | 339.09º | 0.84% | 0.41% | - |
| HSV(B) | 339.09º | 0.91% | 0.75% | - |
| XYZ | 23.31 | 12.16 | 8.33 | - |
| YUV | 76.28 | 128.98 | 210.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 17 | 78 | 0 | 0.91 | 0.59 | 0.25 | 339.09 | 0.84 | 0.41 |
| Hex | C0 | 11 | 4E | 0 | 5B | 3B | 19 | 153 | 54 | 29 |
| Octal | 300 | 21 | 116 | 0 | 133 | 73 | 31 | 523 | 124 | 51 |
| Binary | 11000000 | 10001 | 1001110 | 0 | 1011011 | 111011 | 11001 | 101010011 | 1010100 | 101001 |
Color Harmonies of #C0114E
Complementary color
Monochromatic Colors of #C0114E
Black with #C0114E
Text Example
Text Example
White with #C0114E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0114E; }
p { color: rgb(192,17,78); }
H1.HeaderClassName
{
color: #C0114E;
}
.AnyTagClassName
{
color: #C0114E;
}
</style>
background-color css
<style>
a { background-color: #C0114E; }
a { background-color: rgb(192,17,78); }
div.DivClassName
{
background-color: #C0114E;
}
.BgClassName
{
background-color: #C0114E;
}
</style>
border-color css
<style>
span { border-color: #C0114E; }
span { border-color: rgb(192,17,78); }
td.TdClassName
{
border-color: #C0114E;
}
.TagClassName
{
border-color: #C0114E;
}
</style>