Shades of Ruby #C30653
Tints of Ruby #C30653
RGB
CMYK
RGB Variations
Color information
#C30653 (or 0xC30653) is known color: Ruby. HEX triplet: C3, 06 and 53. RGB value is (195,6,83). Sum of RGB (Red+Green+Blue) = 195+6+83=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C30653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C30653 is #3CF9AC. Grayscale: #474747. Windows color (decimal): -3996077 or 5441219. OLE color: 5441219.
HSL color Cylindrical-coordinate representation of color #C30653: hue angle of 335.56º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C30653 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 6 | 83 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.24 |
| HSL | 335.56º | 0.94% | 0.39% | - |
| HSV(B) | 335.56º | 0.97% | 0.76% | - |
| XYZ | 24.13 | 12.36 | 9.3 | - |
| YUV | 71.29 | 134.62 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 6 | 83 | 0 | 0.97 | 0.57 | 0.24 | 335.56 | 0.94 | 0.39 |
| Hex | C3 | 6 | 53 | 0 | 61 | 39 | 18 | 150 | 5E | 27 |
| Octal | 303 | 6 | 123 | 0 | 141 | 71 | 30 | 520 | 136 | 47 |
| Binary | 11000011 | 110 | 1010011 | 0 | 1100001 | 111001 | 11000 | 101010000 | 1011110 | 100111 |
Color Harmonies of #C30653
Complementary color
Monochromatic Colors of #C30653
Black with #C30653
Text Example
Text Example
White with #C30653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C30653; }
p { color: rgb(195,6,83); }
H1.HeaderClassName
{
color: #C30653;
}
.AnyTagClassName
{
color: #C30653;
}
</style>
background-color css
<style>
a { background-color: #C30653; }
a { background-color: rgb(195,6,83); }
div.DivClassName
{
background-color: #C30653;
}
.BgClassName
{
background-color: #C30653;
}
</style>
border-color css
<style>
span { border-color: #C30653; }
span { border-color: rgb(195,6,83); }
td.TdClassName
{
border-color: #C30653;
}
.TagClassName
{
border-color: #C30653;
}
</style>