Shades of Ruby #C30F60
Tints of Ruby #C30F60
RGB
CMYK
RGB Variations
Color information
#C30F60 (or 0xC30F60) is known color: Ruby. HEX triplet: C3, 0F and 60. RGB value is (195,15,96). Sum of RGB (Red+Green+Blue) = 195+15+96=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 15 (6.25% from 255 or 4.90% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F60 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F60 is #3CF09F. Grayscale: #4D4D4D. Windows color (decimal): -3993760 or 6295491. OLE color: 6295491.
HSL color Cylindrical-coordinate representation of color #C30F60: hue angle of 333º 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 #C30F60 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 96 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.24 |
| HSL | 333º | 0.86% | 0.41% | - |
| HSV(B) | 333º | 0.92% | 0.76% | - |
| XYZ | 24.79 | 12.79 | 12.23 | - |
| YUV | 78.05 | 138.13 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 96 | 0 | 0.92 | 0.51 | 0.24 | 333 | 0.86 | 0.41 |
| Hex | C3 | F | 60 | 0 | 5C | 33 | 18 | 14D | 56 | 29 |
| Octal | 303 | 17 | 140 | 0 | 134 | 63 | 30 | 515 | 126 | 51 |
| Binary | 11000011 | 1111 | 1100000 | 0 | 1011100 | 110011 | 11000 | 101001101 | 1010110 | 101001 |
Color Harmonies of #C30F60
Complementary color
Monochromatic Colors of #C30F60
Black with #C30F60
Text Example
Text Example
White with #C30F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F60; }
p { color: rgb(195,15,96); }
H1.HeaderClassName
{
color: #C30F60;
}
.AnyTagClassName
{
color: #C30F60;
}
</style>
background-color css
<style>
a { background-color: #C30F60; }
a { background-color: rgb(195,15,96); }
div.DivClassName
{
background-color: #C30F60;
}
.BgClassName
{
background-color: #C30F60;
}
</style>
border-color css
<style>
span { border-color: #C30F60; }
span { border-color: rgb(195,15,96); }
td.TdClassName
{
border-color: #C30F60;
}
.TagClassName
{
border-color: #C30F60;
}
</style>