Shades of Ruby #C40F65
Tints of Ruby #C40F65
RGB
CMYK
RGB Variations
Color information
#C40F65 (or 0xC40F65) is known color: Ruby. HEX triplet: C4, 0F and 65. RGB value is (196,15,101). Sum of RGB (Red+Green+Blue) = 196+15+101=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 15 (6.25% from 255 or 4.81% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F65 is #3BF09A. Grayscale: #4E4E4E. Windows color (decimal): -3928219 or 6623172. OLE color: 6623172.
HSL color Cylindrical-coordinate representation of color #C40F65: hue angle of 331.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C40F65 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 101 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.23 |
| HSL | 331.49º | 0.86% | 0.41% | - |
| HSV(B) | 331.49º | 0.92% | 0.77% | - |
| XYZ | 25.28 | 13.02 | 13.49 | - |
| YUV | 78.92 | 140.47 | 211.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 101 | 0 | 0.92 | 0.48 | 0.23 | 331.49 | 0.86 | 0.41 |
| Hex | C4 | F | 65 | 0 | 5C | 30 | 17 | 14B | 56 | 29 |
| Octal | 304 | 17 | 145 | 0 | 134 | 60 | 27 | 513 | 126 | 51 |
| Binary | 11000100 | 1111 | 1100101 | 0 | 1011100 | 110000 | 10111 | 101001011 | 1010110 | 101001 |
Color Harmonies of #C40F65
Complementary color
Monochromatic Colors of #C40F65
Black with #C40F65
Text Example
Text Example
White with #C40F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F65; }
p { color: rgb(196,15,101); }
H1.HeaderClassName
{
color: #C40F65;
}
.AnyTagClassName
{
color: #C40F65;
}
</style>
background-color css
<style>
a { background-color: #C40F65; }
a { background-color: rgb(196,15,101); }
div.DivClassName
{
background-color: #C40F65;
}
.BgClassName
{
background-color: #C40F65;
}
</style>
border-color css
<style>
span { border-color: #C40F65; }
span { border-color: rgb(196,15,101); }
td.TdClassName
{
border-color: #C40F65;
}
.TagClassName
{
border-color: #C40F65;
}
</style>