Shades of Cardinal #C41150
Tints of Cardinal #C41150
RGB
CMYK
RGB Variations
Color information
#C41150 (or 0xC41150) is known color: Cardinal. HEX triplet: C4, 11 and 50. RGB value is (196,17,80). Sum of RGB (Red+Green+Blue) = 196+17+80=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C41150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C41150 is #3BEEAF. Grayscale: #4D4D4D. Windows color (decimal): -3927728 or 5247428. OLE color: 5247428.
HSL color Cylindrical-coordinate representation of color #C41150: hue angle of 338.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41150 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 17 | 80 | - |
| CMYK | 0 | 0.91 | 0.59 | 0.23 |
| HSL | 338.88º | 0.84% | 0.42% | - |
| HSV(B) | 338.88º | 0.91% | 0.77% | - |
| XYZ | 24.41 | 12.72 | 8.76 | - |
| YUV | 77.7 | 129.3 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 17 | 80 | 0 | 0.91 | 0.59 | 0.23 | 338.88 | 0.84 | 0.42 |
| Hex | C4 | 11 | 50 | 0 | 5B | 3B | 17 | 153 | 54 | 2A |
| Octal | 304 | 21 | 120 | 0 | 133 | 73 | 27 | 523 | 124 | 52 |
| Binary | 11000100 | 10001 | 1010000 | 0 | 1011011 | 111011 | 10111 | 101010011 | 1010100 | 101010 |
Color Harmonies of #C41150
Complementary color
Monochromatic Colors of #C41150
Black with #C41150
Text Example
Text Example
White with #C41150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C41150; }
p { color: rgb(196,17,80); }
H1.HeaderClassName
{
color: #C41150;
}
.AnyTagClassName
{
color: #C41150;
}
</style>
background-color css
<style>
a { background-color: #C41150; }
a { background-color: rgb(196,17,80); }
div.DivClassName
{
background-color: #C41150;
}
.BgClassName
{
background-color: #C41150;
}
</style>
border-color css
<style>
span { border-color: #C41150; }
span { border-color: rgb(196,17,80); }
td.TdClassName
{
border-color: #C41150;
}
.TagClassName
{
border-color: #C41150;
}
</style>