Shades of Ruby #C32066
Tints of Ruby #C32066
RGB
CMYK
RGB Variations
Color information
#C32066 (or 0xC32066) is known color: Ruby. HEX triplet: C3, 20 and 66. RGB value is (195,32,102). Sum of RGB (Red+Green+Blue) = 195+32+102=329 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.27% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 195 - color contains mainly: red. Hex color #C32066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32066 is #3CDF99. Grayscale: #585858. Windows color (decimal): -3989402 or 6693059. OLE color: 6693059.
HSL color Cylindrical-coordinate representation of color #C32066: hue angle of 334.23º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C32066 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 102 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.24 |
| HSL | 334.23º | 0.72% | 0.45% | - |
| HSV(B) | 334.23º | 0.84% | 0.76% | - |
| XYZ | 25.42 | 13.59 | 13.85 | - |
| YUV | 88.72 | 135.5 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 102 | 0 | 0.84 | 0.48 | 0.24 | 334.23 | 0.72 | 0.45 |
| Hex | C3 | 20 | 66 | 0 | 54 | 30 | 18 | 14E | 48 | 2D |
| Octal | 303 | 40 | 146 | 0 | 124 | 60 | 30 | 516 | 110 | 55 |
| Binary | 11000011 | 100000 | 1100110 | 0 | 1010100 | 110000 | 11000 | 101001110 | 1001000 | 101101 |
Color Harmonies of #C32066
Complementary color
Monochromatic Colors of #C32066
Black with #C32066
Text Example
Text Example
White with #C32066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32066; }
p { color: rgb(195,32,102); }
H1.HeaderClassName
{
color: #C32066;
}
.AnyTagClassName
{
color: #C32066;
}
</style>
background-color css
<style>
a { background-color: #C32066; }
a { background-color: rgb(195,32,102); }
div.DivClassName
{
background-color: #C32066;
}
.BgClassName
{
background-color: #C32066;
}
</style>
border-color css
<style>
span { border-color: #C32066; }
span { border-color: rgb(195,32,102); }
td.TdClassName
{
border-color: #C32066;
}
.TagClassName
{
border-color: #C32066;
}
</style>