Shades of Cardinal #C20148
Tints of Cardinal #C20148
RGB
CMYK
RGB Variations
Color information
#C20148 (or 0xC20148) is known color: Cardinal. HEX triplet: C2, 01 and 48. RGB value is (194,1,72). Sum of RGB (Red+Green+Blue) = 194+1+72=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C20148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20148 is #3DFEB7. Grayscale: #424242. Windows color (decimal): -4062904 or 4719042. OLE color: 4719042.
HSL color Cylindrical-coordinate representation of color #C20148: hue angle of 337.93º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C20148 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 1 | 72 | - |
CMYK | 0 | 0.99 | 0.63 | 0.24 |
HSL | 337.93º | 0.99% | 0.38% | - |
HSV(B) | 337.93º | 0.99% | 0.76% | - |
XYZ | 23.43 | 11.96 | 7.2 | - |
YUV | 66.8 | 130.94 | 218.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 1 | 72 | 0 | 0.99 | 0.63 | 0.24 | 337.93 | 0.99 | 0.38 |
Hex | C2 | 1 | 48 | 0 | 63 | 3F | 18 | 152 | 63 | 26 |
Octal | 302 | 1 | 110 | 0 | 143 | 77 | 30 | 522 | 143 | 46 |
Binary | 11000010 | 1 | 1001000 | 0 | 1100011 | 111111 | 11000 | 101010010 | 1100011 | 100110 |
Color Harmonies of #C20148
Complementary color
Monochromatic Colors of #C20148
Black with #C20148
Text Example
Text Example
White with #C20148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C20148; }
p { color: rgb(194,1,72); }
H1.HeaderClassName
{
color: #C20148;
}
.AnyTagClassName
{
color: #C20148;
}
</style>
background-color css
<style>
a { background-color: #C20148; }
a { background-color: rgb(194,1,72); }
div.DivClassName
{
background-color: #C20148;
}
.BgClassName
{
background-color: #C20148;
}
</style>
border-color css
<style>
span { border-color: #C20148; }
span { border-color: rgb(194,1,72); }
td.TdClassName
{
border-color: #C20148;
}
.TagClassName
{
border-color: #C20148;
}
</style>