Shades of Ruby #C30C62
Tints of Ruby #C30C62
RGB
CMYK
RGB Variations
Color information
#C30C62 (or 0xC30C62) is known color: Ruby. HEX triplet: C3, 0C and 62. RGB value is (195,12,98). Sum of RGB (Red+Green+Blue) = 195+12+98=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 12 (5.08% from 255 or 3.93% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C30C62 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30C62 is #3CF39D. Grayscale: #4C4C4C. Windows color (decimal): -3994526 or 6425795. OLE color: 6425795.
HSL color Cylindrical-coordinate representation of color #C30C62: hue angle of 331.8º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30C62 is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 12 | 98 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.24 |
| HSL | 331.8º | 0.88% | 0.41% | - |
| HSV(B) | 331.8º | 0.94% | 0.76% | - |
| XYZ | 24.84 | 12.75 | 12.71 | - |
| YUV | 76.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 12 | 98 | 0 | 0.94 | 0.50 | 0.24 | 331.8 | 0.88 | 0.41 |
| Hex | C3 | C | 62 | 0 | 5E | 32 | 18 | 14C | 58 | 29 |
| Octal | 303 | 14 | 142 | 0 | 136 | 62 | 30 | 514 | 130 | 51 |
| Binary | 11000011 | 1100 | 1100010 | 0 | 1011110 | 110010 | 11000 | 101001100 | 1011000 | 101001 |
Color Harmonies of #C30C62
Complementary color
Monochromatic Colors of #C30C62
Black with #C30C62
Text Example
Text Example
White with #C30C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30C62; }
p { color: rgb(195,12,98); }
H1.HeaderClassName
{
color: #C30C62;
}
.AnyTagClassName
{
color: #C30C62;
}
</style>
background-color css
<style>
a { background-color: #C30C62; }
a { background-color: rgb(195,12,98); }
div.DivClassName
{
background-color: #C30C62;
}
.BgClassName
{
background-color: #C30C62;
}
</style>
border-color css
<style>
span { border-color: #C30C62; }
span { border-color: rgb(195,12,98); }
td.TdClassName
{
border-color: #C30C62;
}
.TagClassName
{
border-color: #C30C62;
}
</style>