Shades of Ruby #C30D64
Tints of Ruby #C30D64
RGB
CMYK
RGB Variations
Color information
#C30D64 (or 0xC30D64) is known color: Ruby. HEX triplet: C3, 0D and 64. RGB value is (195,13,100). Sum of RGB (Red+Green+Blue) = 195+13+100=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 13 (5.47% from 255 or 4.22% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C30D64 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30D64 is #3CF29B. Grayscale: #4D4D4D. Windows color (decimal): -3994268 or 6557123. OLE color: 6557123.
HSL color Cylindrical-coordinate representation of color #C30D64: hue angle of 331.32º 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 #C30D64 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 13 | 100 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.24 |
| HSL | 331.32º | 0.88% | 0.41% | - |
| HSV(B) | 331.32º | 0.93% | 0.76% | - |
| XYZ | 24.95 | 12.81 | 13.21 | - |
| YUV | 77.34 | 140.8 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 13 | 100 | 0 | 0.93 | 0.49 | 0.24 | 331.32 | 0.88 | 0.41 |
| Hex | C3 | D | 64 | 0 | 5D | 31 | 18 | 14B | 58 | 29 |
| Octal | 303 | 15 | 144 | 0 | 135 | 61 | 30 | 513 | 130 | 51 |
| Binary | 11000011 | 1101 | 1100100 | 0 | 1011101 | 110001 | 11000 | 101001011 | 1011000 | 101001 |
Color Harmonies of #C30D64
Complementary color
Monochromatic Colors of #C30D64
Black with #C30D64
Text Example
Text Example
White with #C30D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30D64; }
p { color: rgb(195,13,100); }
H1.HeaderClassName
{
color: #C30D64;
}
.AnyTagClassName
{
color: #C30D64;
}
</style>
background-color css
<style>
a { background-color: #C30D64; }
a { background-color: rgb(195,13,100); }
div.DivClassName
{
background-color: #C30D64;
}
.BgClassName
{
background-color: #C30D64;
}
</style>
border-color css
<style>
span { border-color: #C30D64; }
span { border-color: rgb(195,13,100); }
td.TdClassName
{
border-color: #C30D64;
}
.TagClassName
{
border-color: #C30D64;
}
</style>