Shades of Ruby #C30F58
Tints of Ruby #C30F58
RGB
CMYK
RGB Variations
Color information
#C30F58 (or 0xC30F58) is known color: Ruby. HEX triplet: C3, 0F and 58. RGB value is (195,15,88). Sum of RGB (Red+Green+Blue) = 195+15+88=298 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.44% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F58 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F58 is #3CF0A7. Grayscale: #4D4D4D. Windows color (decimal): -3993768 or 5771203. OLE color: 5771203.
HSL color Cylindrical-coordinate representation of color #C30F58: hue angle of 335.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 #C30F58 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 88 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.24 |
| HSL | 335.67º | 0.86% | 0.41% | - |
| HSV(B) | 335.67º | 0.92% | 0.76% | - |
| XYZ | 24.44 | 12.65 | 10.39 | - |
| YUV | 77.14 | 134.13 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 88 | 0 | 0.92 | 0.55 | 0.24 | 335.67 | 0.86 | 0.41 |
| Hex | C3 | F | 58 | 0 | 5C | 37 | 18 | 150 | 56 | 29 |
| Octal | 303 | 17 | 130 | 0 | 134 | 67 | 30 | 520 | 126 | 51 |
| Binary | 11000011 | 1111 | 1011000 | 0 | 1011100 | 110111 | 11000 | 101010000 | 1010110 | 101001 |
Color Harmonies of #C30F58
Complementary color
Monochromatic Colors of #C30F58
Black with #C30F58
Text Example
Text Example
White with #C30F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F58; }
p { color: rgb(195,15,88); }
H1.HeaderClassName
{
color: #C30F58;
}
.AnyTagClassName
{
color: #C30F58;
}
</style>
background-color css
<style>
a { background-color: #C30F58; }
a { background-color: rgb(195,15,88); }
div.DivClassName
{
background-color: #C30F58;
}
.BgClassName
{
background-color: #C30F58;
}
</style>
border-color css
<style>
span { border-color: #C30F58; }
span { border-color: rgb(195,15,88); }
td.TdClassName
{
border-color: #C30F58;
}
.TagClassName
{
border-color: #C30F58;
}
</style>