Shades of Ruby #C30755
Tints of Ruby #C30755
RGB
CMYK
RGB Variations
Color information
#C30755 (or 0xC30755) is known color: Ruby. HEX triplet: C3, 07 and 55. RGB value is (195,7,85). Sum of RGB (Red+Green+Blue) = 195+7+85=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C30755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30755 is #3CF8AA. Grayscale: #474747. Windows color (decimal): -3995819 or 5572547. OLE color: 5572547.
HSL color Cylindrical-coordinate representation of color #C30755: hue angle of 335.11º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C30755 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 7 | 85 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.24 |
| HSL | 335.11º | 0.93% | 0.4% | - |
| HSV(B) | 335.11º | 0.96% | 0.76% | - |
| XYZ | 24.22 | 12.41 | 9.71 | - |
| YUV | 72.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 7 | 85 | 0 | 0.96 | 0.56 | 0.24 | 335.11 | 0.93 | 0.4 |
| Hex | C3 | 7 | 55 | 0 | 60 | 38 | 18 | 14F | 5D | 28 |
| Octal | 303 | 7 | 125 | 0 | 140 | 70 | 30 | 517 | 135 | 50 |
| Binary | 11000011 | 111 | 1010101 | 0 | 1100000 | 111000 | 11000 | 101001111 | 1011101 | 101000 |
Color Harmonies of #C30755
Complementary color
Monochromatic Colors of #C30755
Black with #C30755
Text Example
Text Example
White with #C30755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30755; }
p { color: rgb(195,7,85); }
H1.HeaderClassName
{
color: #C30755;
}
.AnyTagClassName
{
color: #C30755;
}
</style>
background-color css
<style>
a { background-color: #C30755; }
a { background-color: rgb(195,7,85); }
div.DivClassName
{
background-color: #C30755;
}
.BgClassName
{
background-color: #C30755;
}
</style>
border-color css
<style>
span { border-color: #C30755; }
span { border-color: rgb(195,7,85); }
td.TdClassName
{
border-color: #C30755;
}
.TagClassName
{
border-color: #C30755;
}
</style>