Shades of Cardinal #C30F4C
Tints of Cardinal #C30F4C
RGB
CMYK
RGB Variations
Color information
#C30F4C (or 0xC30F4C) is known color: Cardinal. HEX triplet: C3, 0F and 4C. RGB value is (195,15,76). Sum of RGB (Red+Green+Blue) = 195+15+76=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 15 (6.25% from 255 or 5.24% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30F4C is #3CF0B3. Grayscale: #4B4B4B. Windows color (decimal): -3993780 or 4984771. OLE color: 4984771.
HSL color Cylindrical-coordinate representation of color #C30F4C: hue angle of 339.67º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C30F4C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 76 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.24 |
| HSL | 339.67º | 0.86% | 0.41% | - |
| HSV(B) | 339.67º | 0.92% | 0.76% | - |
| XYZ | 23.98 | 12.47 | 7.98 | - |
| YUV | 75.77 | 128.13 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 76 | 0 | 0.92 | 0.61 | 0.24 | 339.67 | 0.86 | 0.41 |
| Hex | C3 | F | 4C | 0 | 5C | 3D | 18 | 154 | 56 | 29 |
| Octal | 303 | 17 | 114 | 0 | 134 | 75 | 30 | 524 | 126 | 51 |
| Binary | 11000011 | 1111 | 1001100 | 0 | 1011100 | 111101 | 11000 | 101010100 | 1010110 | 101001 |
Color Harmonies of #C30F4C
Complementary color
Monochromatic Colors of #C30F4C
Black with #C30F4C
Text Example
Text Example
White with #C30F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F4C; }
p { color: rgb(195,15,76); }
H1.HeaderClassName
{
color: #C30F4C;
}
.AnyTagClassName
{
color: #C30F4C;
}
</style>
background-color css
<style>
a { background-color: #C30F4C; }
a { background-color: rgb(195,15,76); }
div.DivClassName
{
background-color: #C30F4C;
}
.BgClassName
{
background-color: #C30F4C;
}
</style>
border-color css
<style>
span { border-color: #C30F4C; }
span { border-color: rgb(195,15,76); }
td.TdClassName
{
border-color: #C30F4C;
}
.TagClassName
{
border-color: #C30F4C;
}
</style>