Shades of Cardinal #C10C4E
Tints of Cardinal #C10C4E
RGB
CMYK
RGB Variations
Color information
#C10C4E (or 0xC10C4E) is known color: Cardinal. HEX triplet: C1, 0C and 4E. RGB value is (193,12,78). Sum of RGB (Red+Green+Blue) = 193+12+78=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C10C4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10C4E is #3EF3B1. Grayscale: #494949. Windows color (decimal): -4125618 or 5115073. OLE color: 5115073.
HSL color Cylindrical-coordinate representation of color #C10C4E: hue angle of 338.12º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10C4E is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 12 | 78 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.24 |
| HSL | 338.12º | 0.88% | 0.4% | - |
| HSV(B) | 338.12º | 0.94% | 0.76% | - |
| XYZ | 23.5 | 12.15 | 8.31 | - |
| YUV | 73.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 12 | 78 | 0 | 0.94 | 0.60 | 0.24 | 338.12 | 0.88 | 0.4 |
| Hex | C1 | C | 4E | 0 | 5E | 3C | 18 | 152 | 58 | 28 |
| Octal | 301 | 14 | 116 | 0 | 136 | 74 | 30 | 522 | 130 | 50 |
| Binary | 11000001 | 1100 | 1001110 | 0 | 1011110 | 111100 | 11000 | 101010010 | 1011000 | 101000 |
Color Harmonies of #C10C4E
Complementary color
Monochromatic Colors of #C10C4E
Black with #C10C4E
Text Example
Text Example
White with #C10C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C10C4E; }
p { color: rgb(193,12,78); }
H1.HeaderClassName
{
color: #C10C4E;
}
.AnyTagClassName
{
color: #C10C4E;
}
</style>
background-color css
<style>
a { background-color: #C10C4E; }
a { background-color: rgb(193,12,78); }
div.DivClassName
{
background-color: #C10C4E;
}
.BgClassName
{
background-color: #C10C4E;
}
</style>
border-color css
<style>
span { border-color: #C10C4E; }
span { border-color: rgb(193,12,78); }
td.TdClassName
{
border-color: #C10C4E;
}
.TagClassName
{
border-color: #C10C4E;
}
</style>