Shades of Ruby #C40F66
Tints of Ruby #C40F66
RGB
CMYK
RGB Variations
Color information
#C40F66 (or 0xC40F66) is known color: Ruby. HEX triplet: C4, 0F and 66. RGB value is (196,15,102). Sum of RGB (Red+Green+Blue) = 196+15+102=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F66 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40F66 is #3BF099. Grayscale: #4E4E4E. Windows color (decimal): -3928218 or 6688708. OLE color: 6688708.
HSL color Cylindrical-coordinate representation of color #C40F66: hue angle of 331.16º 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 #C40F66 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 15 | 102 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.23 |
| HSL | 331.16º | 0.86% | 0.41% | - |
| HSV(B) | 331.16º | 0.92% | 0.77% | - |
| XYZ | 25.33 | 13.04 | 13.75 | - |
| YUV | 79.04 | 140.97 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 15 | 102 | 0 | 0.92 | 0.48 | 0.23 | 331.16 | 0.86 | 0.41 |
| Hex | C4 | F | 66 | 0 | 5C | 30 | 17 | 14B | 56 | 29 |
| Octal | 304 | 17 | 146 | 0 | 134 | 60 | 27 | 513 | 126 | 51 |
| Binary | 11000100 | 1111 | 1100110 | 0 | 1011100 | 110000 | 10111 | 101001011 | 1010110 | 101001 |
Color Harmonies of #C40F66
Complementary color
Monochromatic Colors of #C40F66
Black with #C40F66
Text Example
Text Example
White with #C40F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40F66; }
p { color: rgb(196,15,102); }
H1.HeaderClassName
{
color: #C40F66;
}
.AnyTagClassName
{
color: #C40F66;
}
</style>
background-color css
<style>
a { background-color: #C40F66; }
a { background-color: rgb(196,15,102); }
div.DivClassName
{
background-color: #C40F66;
}
.BgClassName
{
background-color: #C40F66;
}
</style>
border-color css
<style>
span { border-color: #C40F66; }
span { border-color: rgb(196,15,102); }
td.TdClassName
{
border-color: #C40F66;
}
.TagClassName
{
border-color: #C40F66;
}
</style>