Shades of Ruby #C40C67
Tints of Ruby #C40C67
RGB
CMYK
RGB Variations
Color information
#C40C67 (or 0xC40C67) is known color: Ruby. HEX triplet: C4, 0C and 67. RGB value is (196,12,103). Sum of RGB (Red+Green+Blue) = 196+12+103=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C40C67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40C67 is #3BF398. Grayscale: #4D4D4D. Windows color (decimal): -3928985 or 6753476. OLE color: 6753476.
HSL color Cylindrical-coordinate representation of color #C40C67: hue angle of 330.33º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C40C67 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 12 | 103 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.23 |
| HSL | 330.33º | 0.88% | 0.41% | - |
| HSV(B) | 330.33º | 0.94% | 0.77% | - |
| XYZ | 25.34 | 12.98 | 14 | - |
| YUV | 77.39 | 142.46 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 12 | 103 | 0 | 0.94 | 0.47 | 0.23 | 330.33 | 0.88 | 0.41 |
| Hex | C4 | C | 67 | 0 | 5E | 2F | 17 | 14A | 58 | 29 |
| Octal | 304 | 14 | 147 | 0 | 136 | 57 | 27 | 512 | 130 | 51 |
| Binary | 11000100 | 1100 | 1100111 | 0 | 1011110 | 101111 | 10111 | 101001010 | 1011000 | 101001 |
Color Harmonies of #C40C67
Complementary color
Monochromatic Colors of #C40C67
Black with #C40C67
Text Example
Text Example
White with #C40C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40C67; }
p { color: rgb(196,12,103); }
H1.HeaderClassName
{
color: #C40C67;
}
.AnyTagClassName
{
color: #C40C67;
}
</style>
background-color css
<style>
a { background-color: #C40C67; }
a { background-color: rgb(196,12,103); }
div.DivClassName
{
background-color: #C40C67;
}
.BgClassName
{
background-color: #C40C67;
}
</style>
border-color css
<style>
span { border-color: #C40C67; }
span { border-color: rgb(196,12,103); }
td.TdClassName
{
border-color: #C40C67;
}
.TagClassName
{
border-color: #C40C67;
}
</style>