Shades of Cardinal #C30044
Tints of Cardinal #C30044
RGB
CMYK
RGB Variations
Color information
#C30044 (or 0xC30044) is known color: Cardinal. HEX triplet: C3, 00 and 44. RGB value is (195,0,68). Sum of RGB (Red+Green+Blue) = 195+0+68=263 (34% of max value = 765). Red value is 195 (76.56% from 255 or 74.14% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 195 - color contains mainly: red. Hex color #C30044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30044 is #3CFFBB. Grayscale: #414141. Windows color (decimal): -3997628 or 4456643. OLE color: 4456643.
HSL color Cylindrical-coordinate representation of color #C30044: hue angle of 339.08º 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 #C30044 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 0 | 68 | - |
| CMYK | 0 | 1 | 0.65 | 0.24 |
| HSL | 339.08º | 1% | 0.38% | - |
| HSV(B) | 339.08º | 1% | 0.76% | - |
| XYZ | 23.55 | 12.02 | 6.55 | - |
| YUV | 66.06 | 129.1 | 219.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 0 | 68 | 0 | 1 | 0.65 | 0.24 | 339.08 | 1 | 0.38 |
| Hex | C3 | 0 | 44 | 0 | 64 | 41 | 18 | 153 | 64 | 26 |
| Octal | 303 | 0 | 104 | 0 | 144 | 101 | 30 | 523 | 144 | 46 |
| Binary | 11000011 | 0 | 1000100 | 0 | 1100100 | 1000001 | 11000 | 101010011 | 1100100 | 100110 |
Color Harmonies of #C30044
Complementary color
Monochromatic Colors of #C30044
Black with #C30044
Text Example
Text Example
White with #C30044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30044; }
p { color: rgb(195,0,68); }
H1.HeaderClassName
{
color: #C30044;
}
.AnyTagClassName
{
color: #C30044;
}
</style>
background-color css
<style>
a { background-color: #C30044; }
a { background-color: rgb(195,0,68); }
div.DivClassName
{
background-color: #C30044;
}
.BgClassName
{
background-color: #C30044;
}
</style>
border-color css
<style>
span { border-color: #C30044; }
span { border-color: rgb(195,0,68); }
td.TdClassName
{
border-color: #C30044;
}
.TagClassName
{
border-color: #C30044;
}
</style>