Shades of Ruby #C30D61
Tints of Ruby #C30D61
RGB
CMYK
RGB Variations
Color information
#C30D61 (or 0xC30D61) is known color: Ruby. HEX triplet: C3, 0D and 61. RGB value is (195,13,97). Sum of RGB (Red+Green+Blue) = 195+13+97=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 97 (38.28% from 255 or 31.80% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D61 is #3CF29E. Grayscale: #4C4C4C. Windows color (decimal): -3994271 or 6360515. OLE color: 6360515.
HSL color Cylindrical-coordinate representation of color #C30D61: hue angle of 332.31º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C30D61 is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 97 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.24 |
| HSL | 332.31º | 0.88% | 0.41% | - |
| HSV(B) | 332.31º | 0.93% | 0.76% | - |
| XYZ | 24.81 | 12.75 | 12.46 | - |
| YUV | 76.99 | 139.3 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 97 | 0 | 0.93 | 0.50 | 0.24 | 332.31 | 0.88 | 0.41 |
| Hex | C3 | D | 61 | 0 | 5D | 32 | 18 | 14C | 58 | 29 |
| Octal | 303 | 15 | 141 | 0 | 135 | 62 | 30 | 514 | 130 | 51 |
| Binary | 11000011 | 1101 | 1100001 | 0 | 1011101 | 110010 | 11000 | 101001100 | 1011000 | 101001 |
Color Harmonies of #C30D61
Complementary color
Monochromatic Colors of #C30D61
Black with #C30D61
Text Example
Text Example
White with #C30D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D61; }
p { color: rgb(195,13,97); }
H1.HeaderClassName
{
color: #C30D61;
}
.AnyTagClassName
{
color: #C30D61;
}
</style>
background-color css
<style>
a { background-color: #C30D61; }
a { background-color: rgb(195,13,97); }
div.DivClassName
{
background-color: #C30D61;
}
.BgClassName
{
background-color: #C30D61;
}
</style>
border-color css
<style>
span { border-color: #C30D61; }
span { border-color: rgb(195,13,97); }
td.TdClassName
{
border-color: #C30D61;
}
.TagClassName
{
border-color: #C30D61;
}
</style>