Shades of Ruby #C30D60
Tints of Ruby #C30D60
RGB
CMYK
RGB Variations
Color information
#C30D60 (or 0xC30D60) is known color: Ruby. HEX triplet: C3, 0D and 60. RGB value is (195,13,96). Sum of RGB (Red+Green+Blue) = 195+13+96=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D60 is #3CF29F. Grayscale: #4C4C4C. Windows color (decimal): -3994272 or 6294979. OLE color: 6294979.
HSL color Cylindrical-coordinate representation of color #C30D60: hue angle of 332.64º degrees, saturation: 0.88, 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 #C30D60 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 96 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.24 |
| HSL | 332.64º | 0.88% | 0.41% | - |
| HSV(B) | 332.64º | 0.93% | 0.76% | - |
| XYZ | 24.76 | 12.73 | 12.22 | - |
| YUV | 76.88 | 138.8 | 212.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 96 | 0 | 0.93 | 0.51 | 0.24 | 332.64 | 0.88 | 0.41 |
| Hex | C3 | D | 60 | 0 | 5D | 33 | 18 | 14D | 58 | 29 |
| Octal | 303 | 15 | 140 | 0 | 135 | 63 | 30 | 515 | 130 | 51 |
| Binary | 11000011 | 1101 | 1100000 | 0 | 1011101 | 110011 | 11000 | 101001101 | 1011000 | 101001 |
Color Harmonies of #C30D60
Complementary color
Monochromatic Colors of #C30D60
Black with #C30D60
Text Example
Text Example
White with #C30D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D60; }
p { color: rgb(195,13,96); }
H1.HeaderClassName
{
color: #C30D60;
}
.AnyTagClassName
{
color: #C30D60;
}
</style>
background-color css
<style>
a { background-color: #C30D60; }
a { background-color: rgb(195,13,96); }
div.DivClassName
{
background-color: #C30D60;
}
.BgClassName
{
background-color: #C30D60;
}
</style>
border-color css
<style>
span { border-color: #C30D60; }
span { border-color: rgb(195,13,96); }
td.TdClassName
{
border-color: #C30D60;
}
.TagClassName
{
border-color: #C30D60;
}
</style>