Shades of Ruby #C40B61
Tints of Ruby #C40B61
RGB
CMYK
RGB Variations
Color information
#C40B61 (or 0xC40B61) is known color: Ruby. HEX triplet: C4, 0B and 61. RGB value is (196,11,97). Sum of RGB (Red+Green+Blue) = 196+11+97=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 11 (4.69% from 255 or 3.62% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B61 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B61 is #3BF49E. Grayscale: #4B4B4B. Windows color (decimal): -3929247 or 6360004. OLE color: 6360004.
HSL color Cylindrical-coordinate representation of color #C40B61: hue angle of 332.11º degrees, saturation: 0.89, 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 #C40B61 is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 97 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.23 |
| HSL | 332.11º | 0.89% | 0.41% | - |
| HSV(B) | 332.11º | 0.94% | 0.77% | - |
| XYZ | 25.04 | 12.84 | 12.47 | - |
| YUV | 76.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 97 | 0 | 0.94 | 0.51 | 0.23 | 332.11 | 0.89 | 0.41 |
| Hex | C4 | B | 61 | 0 | 5E | 33 | 17 | 14C | 59 | 29 |
| Octal | 304 | 13 | 141 | 0 | 136 | 63 | 27 | 514 | 131 | 51 |
| Binary | 11000100 | 1011 | 1100001 | 0 | 1011110 | 110011 | 10111 | 101001100 | 1011001 | 101001 |
Color Harmonies of #C40B61
Complementary color
Monochromatic Colors of #C40B61
Black with #C40B61
Text Example
Text Example
White with #C40B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B61; }
p { color: rgb(196,11,97); }
H1.HeaderClassName
{
color: #C40B61;
}
.AnyTagClassName
{
color: #C40B61;
}
</style>
background-color css
<style>
a { background-color: #C40B61; }
a { background-color: rgb(196,11,97); }
div.DivClassName
{
background-color: #C40B61;
}
.BgClassName
{
background-color: #C40B61;
}
</style>
border-color css
<style>
span { border-color: #C40B61; }
span { border-color: rgb(196,11,97); }
td.TdClassName
{
border-color: #C40B61;
}
.TagClassName
{
border-color: #C40B61;
}
</style>