Shades of Cardinal #C3044C
Tints of Cardinal #C3044C
RGB
CMYK
RGB Variations
Color information
#C3044C (or 0xC3044C) is known color: Cardinal. HEX triplet: C3, 04 and 4C. RGB value is (195,4,76). Sum of RGB (Red+Green+Blue) = 195+4+76=275 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 195 - color contains mainly: red. Hex color #C3044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C3044C is #3CFBB3. Grayscale: #454545. Windows color (decimal): -3996596 or 4981955. OLE color: 4981955.
HSL color Cylindrical-coordinate representation of color #C3044C: hue angle of 337.38º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3044C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 4 | 76 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.24 |
| HSL | 337.38º | 0.96% | 0.39% | - |
| HSV(B) | 337.38º | 0.98% | 0.76% | - |
| XYZ | 23.85 | 12.21 | 7.94 | - |
| YUV | 69.32 | 131.78 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 4 | 76 | 0 | 0.98 | 0.61 | 0.24 | 337.38 | 0.96 | 0.39 |
| Hex | C3 | 4 | 4C | 0 | 62 | 3D | 18 | 151 | 60 | 27 |
| Octal | 303 | 4 | 114 | 0 | 142 | 75 | 30 | 521 | 140 | 47 |
| Binary | 11000011 | 100 | 1001100 | 0 | 1100010 | 111101 | 11000 | 101010001 | 1100000 | 100111 |
Color Harmonies of #C3044C
Complementary color
Monochromatic Colors of #C3044C
Black with #C3044C
Text Example
Text Example
White with #C3044C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3044C; }
p { color: rgb(195,4,76); }
H1.HeaderClassName
{
color: #C3044C;
}
.AnyTagClassName
{
color: #C3044C;
}
</style>
background-color css
<style>
a { background-color: #C3044C; }
a { background-color: rgb(195,4,76); }
div.DivClassName
{
background-color: #C3044C;
}
.BgClassName
{
background-color: #C3044C;
}
</style>
border-color css
<style>
span { border-color: #C3044C; }
span { border-color: rgb(195,4,76); }
td.TdClassName
{
border-color: #C3044C;
}
.TagClassName
{
border-color: #C3044C;
}
</style>