Shades of Ruby #C32067
Tints of Ruby #C32067
RGB
CMYK
RGB Variations
Color information
#C32067 (or 0xC32067) is known color: Ruby. HEX triplet: C3, 20 and 67. RGB value is (195,32,103). Sum of RGB (Red+Green+Blue) = 195+32+103=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C32067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C32067 is #3CDF98. Grayscale: #585858. Windows color (decimal): -3989401 or 6758595. OLE color: 6758595.
HSL color Cylindrical-coordinate representation of color #C32067: hue angle of 333.87º 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 #C32067 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.24 |
| HSL | 333.87º | 0.72% | 0.45% | - |
| HSV(B) | 333.87º | 0.84% | 0.76% | - |
| XYZ | 25.47 | 13.61 | 14.12 | - |
| YUV | 88.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 32 | 103 | 0 | 0.84 | 0.47 | 0.24 | 333.87 | 0.72 | 0.45 |
| Hex | C3 | 20 | 67 | 0 | 54 | 2F | 18 | 14E | 48 | 2D |
| Octal | 303 | 40 | 147 | 0 | 124 | 57 | 30 | 516 | 110 | 55 |
| Binary | 11000011 | 100000 | 1100111 | 0 | 1010100 | 101111 | 11000 | 101001110 | 1001000 | 101101 |
Color Harmonies of #C32067
Complementary color
Monochromatic Colors of #C32067
Black with #C32067
Text Example
Text Example
White with #C32067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32067; }
p { color: rgb(195,32,103); }
H1.HeaderClassName
{
color: #C32067;
}
.AnyTagClassName
{
color: #C32067;
}
</style>
background-color css
<style>
a { background-color: #C32067; }
a { background-color: rgb(195,32,103); }
div.DivClassName
{
background-color: #C32067;
}
.BgClassName
{
background-color: #C32067;
}
</style>
border-color css
<style>
span { border-color: #C32067; }
span { border-color: rgb(195,32,103); }
td.TdClassName
{
border-color: #C32067;
}
.TagClassName
{
border-color: #C32067;
}
</style>