Shades of Ruby #C30F5C
Tints of Ruby #C30F5C
RGB
CMYK
RGB Variations
Color information
#C30F5C (or 0xC30F5C) is known color: Ruby. HEX triplet: C3, 0F and 5C. RGB value is (195,15,92). Sum of RGB (Red+Green+Blue) = 195+15+92=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 15 (6.25% from 255 or 4.97% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C30F5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30F5C is #3CF0A3. Grayscale: #4D4D4D. Windows color (decimal): -3993764 or 6033347. OLE color: 6033347.
HSL color Cylindrical-coordinate representation of color #C30F5C: hue angle of 334.33º 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 #C30F5C is Cyan = 0, Magento = 0.92, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 15 | 92 | - |
| CMYK | 0 | 0.92 | 0.53 | 0.24 |
| HSL | 334.33º | 0.86% | 0.41% | - |
| HSV(B) | 334.33º | 0.92% | 0.76% | - |
| XYZ | 24.61 | 12.72 | 11.28 | - |
| YUV | 77.6 | 136.13 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 15 | 92 | 0 | 0.92 | 0.53 | 0.24 | 334.33 | 0.86 | 0.41 |
| Hex | C3 | F | 5C | 0 | 5C | 35 | 18 | 14E | 56 | 29 |
| Octal | 303 | 17 | 134 | 0 | 134 | 65 | 30 | 516 | 126 | 51 |
| Binary | 11000011 | 1111 | 1011100 | 0 | 1011100 | 110101 | 11000 | 101001110 | 1010110 | 101001 |
Color Harmonies of #C30F5C
Complementary color
Monochromatic Colors of #C30F5C
Black with #C30F5C
Text Example
Text Example
White with #C30F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30F5C; }
p { color: rgb(195,15,92); }
H1.HeaderClassName
{
color: #C30F5C;
}
.AnyTagClassName
{
color: #C30F5C;
}
</style>
background-color css
<style>
a { background-color: #C30F5C; }
a { background-color: rgb(195,15,92); }
div.DivClassName
{
background-color: #C30F5C;
}
.BgClassName
{
background-color: #C30F5C;
}
</style>
border-color css
<style>
span { border-color: #C30F5C; }
span { border-color: rgb(195,15,92); }
td.TdClassName
{
border-color: #C30F5C;
}
.TagClassName
{
border-color: #C30F5C;
}
</style>