Shades of Cardinal #CA124E
Tints of Cardinal #CA124E
RGB
CMYK
RGB Variations
Color information
#CA124E (or 0xCA124E) is known color: Cardinal. HEX triplet: CA, 12 and 4E. RGB value is (202,18,78). Sum of RGB (Red+Green+Blue) = 202+18+78=298 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.79% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 202 - color contains mainly: red. Hex color #CA124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA124E is #35EDB1. Grayscale: #4F4F4F. Windows color (decimal): -3534258 or 5116618. OLE color: 5116618.
HSL color Cylindrical-coordinate representation of color #CA124E: hue angle of 340.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA124E is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 18 | 78 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.21 |
| HSL | 340.43º | 0.84% | 0.43% | - |
| HSV(B) | 340.43º | 0.91% | 0.79% | - |
| XYZ | 25.95 | 13.54 | 8.45 | - |
| YUV | 79.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 18 | 78 | 0 | 0.91 | 0.61 | 0.21 | 340.43 | 0.84 | 0.43 |
| Hex | CA | 12 | 4E | 0 | 5B | 3D | 15 | 154 | 54 | 2B |
| Octal | 312 | 22 | 116 | 0 | 133 | 75 | 25 | 524 | 124 | 53 |
| Binary | 11001010 | 10010 | 1001110 | 0 | 1011011 | 111101 | 10101 | 101010100 | 1010100 | 101011 |
Color Harmonies of #CA124E
Complementary color
Monochromatic Colors of #CA124E
Black with #CA124E
Text Example
Text Example
White with #CA124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA124E; }
p { color: rgb(202,18,78); }
H1.HeaderClassName
{
color: #CA124E;
}
.AnyTagClassName
{
color: #CA124E;
}
</style>
background-color css
<style>
a { background-color: #CA124E; }
a { background-color: rgb(202,18,78); }
div.DivClassName
{
background-color: #CA124E;
}
.BgClassName
{
background-color: #CA124E;
}
</style>
border-color css
<style>
span { border-color: #CA124E; }
span { border-color: rgb(202,18,78); }
td.TdClassName
{
border-color: #CA124E;
}
.TagClassName
{
border-color: #CA124E;
}
</style>