Shades of Cardinal #C30E4C
Tints of Cardinal #C30E4C
RGB
CMYK
RGB Variations
Color information
#C30E4C (or 0xC30E4C) is known color: Cardinal. HEX triplet: C3, 0E and 4C. RGB value is (195,14,76). Sum of RGB (Red+Green+Blue) = 195+14+76=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C30E4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30E4C is #3CF1B3. Grayscale: #4B4B4B. Windows color (decimal): -3994036 or 4984515. OLE color: 4984515.
HSL color Cylindrical-coordinate representation of color #C30E4C: hue angle of 339.45º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30E4C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 14 | 76 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.24 |
| HSL | 339.45º | 0.87% | 0.41% | - |
| HSV(B) | 339.45º | 0.93% | 0.76% | - |
| XYZ | 23.97 | 12.44 | 7.98 | - |
| YUV | 75.19 | 128.47 | 213.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 14 | 76 | 0 | 0.93 | 0.61 | 0.24 | 339.45 | 0.87 | 0.41 |
| Hex | C3 | E | 4C | 0 | 5D | 3D | 18 | 153 | 57 | 29 |
| Octal | 303 | 16 | 114 | 0 | 135 | 75 | 30 | 523 | 127 | 51 |
| Binary | 11000011 | 1110 | 1001100 | 0 | 1011101 | 111101 | 11000 | 101010011 | 1010111 | 101001 |
Color Harmonies of #C30E4C
Complementary color
Monochromatic Colors of #C30E4C
Black with #C30E4C
Text Example
Text Example
White with #C30E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30E4C; }
p { color: rgb(195,14,76); }
H1.HeaderClassName
{
color: #C30E4C;
}
.AnyTagClassName
{
color: #C30E4C;
}
</style>
background-color css
<style>
a { background-color: #C30E4C; }
a { background-color: rgb(195,14,76); }
div.DivClassName
{
background-color: #C30E4C;
}
.BgClassName
{
background-color: #C30E4C;
}
</style>
border-color css
<style>
span { border-color: #C30E4C; }
span { border-color: rgb(195,14,76); }
td.TdClassName
{
border-color: #C30E4C;
}
.TagClassName
{
border-color: #C30E4C;
}
</style>