Shades of Ruby #C30F61
Tints of Ruby #C30F61
RGB
CMYK
RGB Variations
Color information
#C30F61 (or 0xC30F61) is known color: Ruby. HEX triplet: C3, 0F and 61. RGB value is (195,15,97). Sum of RGB (Red+Green+Blue) = 195+15+97=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F61 is #3CF09E. Grayscale: #4E4E4E. Windows color (decimal): -3993759 or 6361027. OLE color: 6361027.
HSL color Cylindrical-coordinate representation of color #C30F61: hue angle of 332.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 #C30F61 is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 97 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.24 |
| HSL | 332.67º | 0.86% | 0.41% | - |
| HSV(B) | 332.67º | 0.92% | 0.76% | - |
| XYZ | 24.83 | 12.81 | 12.47 | - |
| YUV | 78.17 | 138.63 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 97 | 0 | 0.92 | 0.50 | 0.24 | 332.67 | 0.86 | 0.41 |
| Hex | C3 | F | 61 | 0 | 5C | 32 | 18 | 14D | 56 | 29 |
| Octal | 303 | 17 | 141 | 0 | 134 | 62 | 30 | 515 | 126 | 51 |
| Binary | 11000011 | 1111 | 1100001 | 0 | 1011100 | 110010 | 11000 | 101001101 | 1010110 | 101001 |
Color Harmonies of #C30F61
Complementary color
Monochromatic Colors of #C30F61
Black with #C30F61
Text Example
Text Example
White with #C30F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F61; }
p { color: rgb(195,15,97); }
H1.HeaderClassName
{
color: #C30F61;
}
.AnyTagClassName
{
color: #C30F61;
}
</style>
background-color css
<style>
a { background-color: #C30F61; }
a { background-color: rgb(195,15,97); }
div.DivClassName
{
background-color: #C30F61;
}
.BgClassName
{
background-color: #C30F61;
}
</style>
border-color css
<style>
span { border-color: #C30F61; }
span { border-color: rgb(195,15,97); }
td.TdClassName
{
border-color: #C30F61;
}
.TagClassName
{
border-color: #C30F61;
}
</style>