Shades of Ruby #C12067
Tints of Ruby #C12067
RGB
CMYK
RGB Variations
Color information
#C12067 (or 0xC12067) is known color: Ruby. HEX triplet: C1, 20 and 67. RGB value is (193,32,103). Sum of RGB (Red+Green+Blue) = 193+32+103=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C12067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12067 is #3EDF98. Grayscale: #585858. Windows color (decimal): -4120473 or 6758593. OLE color: 6758593.
HSL color Cylindrical-coordinate representation of color #C12067: hue angle of 333.54º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12067 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 32 | 103 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.24 |
| HSL | 333.54º | 0.72% | 0.44% | - |
| HSV(B) | 333.54º | 0.83% | 0.76% | - |
| XYZ | 24.96 | 13.35 | 14.09 | - |
| YUV | 88.23 | 136.34 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 32 | 103 | 0 | 0.83 | 0.47 | 0.24 | 333.54 | 0.72 | 0.44 |
| Hex | C1 | 20 | 67 | 0 | 53 | 2F | 18 | 14E | 48 | 2C |
| Octal | 301 | 40 | 147 | 0 | 123 | 57 | 30 | 516 | 110 | 54 |
| Binary | 11000001 | 100000 | 1100111 | 0 | 1010011 | 101111 | 11000 | 101001110 | 1001000 | 101100 |
Color Harmonies of #C12067
Complementary color
Monochromatic Colors of #C12067
Black with #C12067
Text Example
Text Example
White with #C12067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12067; }
p { color: rgb(193,32,103); }
H1.HeaderClassName
{
color: #C12067;
}
.AnyTagClassName
{
color: #C12067;
}
</style>
background-color css
<style>
a { background-color: #C12067; }
a { background-color: rgb(193,32,103); }
div.DivClassName
{
background-color: #C12067;
}
.BgClassName
{
background-color: #C12067;
}
</style>
border-color css
<style>
span { border-color: #C12067; }
span { border-color: rgb(193,32,103); }
td.TdClassName
{
border-color: #C12067;
}
.TagClassName
{
border-color: #C12067;
}
</style>