Shades of Cardinal #C1104E
Tints of Cardinal #C1104E
RGB
CMYK
RGB Variations
Color information
#C1104E (or 0xC1104E) is known color: Cardinal. HEX triplet: C1, 10 and 4E. RGB value is (193,16,78). Sum of RGB (Red+Green+Blue) = 193+16+78=287 (38% of max value = 765). Red value is 193 (75.78% from 255 or 67.25% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 193 - color contains mainly: red. Hex color #C1104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1104E is #3EEFB1. Grayscale: #4B4B4B. Windows color (decimal): -4124594 or 5116097. OLE color: 5116097.
HSL color Cylindrical-coordinate representation of color #C1104E: hue angle of 338.98º degrees, saturation: 0.85, 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 #C1104E is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 16 | 78 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.24 |
| HSL | 338.98º | 0.85% | 0.41% | - |
| HSV(B) | 338.98º | 0.92% | 0.76% | - |
| XYZ | 23.55 | 12.26 | 8.33 | - |
| YUV | 75.99 | 129.14 | 211.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 16 | 78 | 0 | 0.92 | 0.60 | 0.24 | 338.98 | 0.85 | 0.41 |
| Hex | C1 | 10 | 4E | 0 | 5C | 3C | 18 | 153 | 55 | 29 |
| Octal | 301 | 20 | 116 | 0 | 134 | 74 | 30 | 523 | 125 | 51 |
| Binary | 11000001 | 10000 | 1001110 | 0 | 1011100 | 111100 | 11000 | 101010011 | 1010101 | 101001 |
Color Harmonies of #C1104E
Complementary color
Monochromatic Colors of #C1104E
Black with #C1104E
Text Example
Text Example
White with #C1104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1104E; }
p { color: rgb(193,16,78); }
H1.HeaderClassName
{
color: #C1104E;
}
.AnyTagClassName
{
color: #C1104E;
}
</style>
background-color css
<style>
a { background-color: #C1104E; }
a { background-color: rgb(193,16,78); }
div.DivClassName
{
background-color: #C1104E;
}
.BgClassName
{
background-color: #C1104E;
}
</style>
border-color css
<style>
span { border-color: #C1104E; }
span { border-color: rgb(193,16,78); }
td.TdClassName
{
border-color: #C1104E;
}
.TagClassName
{
border-color: #C1104E;
}
</style>