Shades of Cardinal #C30042
Tints of Cardinal #C30042
RGB
CMYK
RGB Variations
Color information
#C30042 (or 0xC30042) is known color: Cardinal. HEX triplet: C3, 00 and 42. RGB value is (195,0,66). Sum of RGB (Red+Green+Blue) = 195+0+66=261 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.71% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 66 (26.17% from 255 or 25.29% from 261); Max value from RGB is 195 - color contains mainly: red. Hex color #C30042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30042 is #3CFFBD. Grayscale: #414141. Windows color (decimal): -3997630 or 4325571. OLE color: 4325571.
HSL color Cylindrical-coordinate representation of color #C30042: hue angle of 339.69º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C30042 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.66 | 0.24 |
| HSL | 339.69º | 1% | 0.38% | - |
| HSV(B) | 339.69º | 1% | 0.76% | - |
| XYZ | 23.49 | 12 | 6.23 | - |
| YUV | 65.83 | 128.1 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 66 | 0 | 1 | 0.66 | 0.24 | 339.69 | 1 | 0.38 |
| Hex | C3 | 0 | 42 | 0 | 64 | 42 | 18 | 154 | 64 | 26 |
| Octal | 303 | 0 | 102 | 0 | 144 | 102 | 30 | 524 | 144 | 46 |
| Binary | 11000011 | 0 | 1000010 | 0 | 1100100 | 1000010 | 11000 | 101010100 | 1100100 | 100110 |
Color Harmonies of #C30042
Complementary color
Monochromatic Colors of #C30042
Black with #C30042
Text Example
Text Example
White with #C30042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30042; }
p { color: rgb(195,0,66); }
H1.HeaderClassName
{
color: #C30042;
}
.AnyTagClassName
{
color: #C30042;
}
</style>
background-color css
<style>
a { background-color: #C30042; }
a { background-color: rgb(195,0,66); }
div.DivClassName
{
background-color: #C30042;
}
.BgClassName
{
background-color: #C30042;
}
</style>
border-color css
<style>
span { border-color: #C30042; }
span { border-color: rgb(195,0,66); }
td.TdClassName
{
border-color: #C30042;
}
.TagClassName
{
border-color: #C30042;
}
</style>