Shades of Ruby #C40B5C
Tints of Ruby #C40B5C
RGB
CMYK
RGB Variations
Color information
#C40B5C (or 0xC40B5C) is known color: Ruby. HEX triplet: C4, 0B and 5C. RGB value is (196,11,92). Sum of RGB (Red+Green+Blue) = 196+11+92=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B5C is #3BF4A3. Grayscale: #4B4B4B. Windows color (decimal): -3929252 or 6032324. OLE color: 6032324.
HSL color Cylindrical-coordinate representation of color #C40B5C: hue angle of 333.73º 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 #C40B5C is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 11 | 92 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.23 |
| HSL | 333.73º | 0.89% | 0.41% | - |
| HSV(B) | 333.73º | 0.94% | 0.77% | - |
| XYZ | 24.82 | 12.75 | 11.28 | - |
| YUV | 75.55 | 137.29 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 11 | 92 | 0 | 0.94 | 0.53 | 0.23 | 333.73 | 0.89 | 0.41 |
| Hex | C4 | B | 5C | 0 | 5E | 35 | 17 | 14E | 59 | 29 |
| Octal | 304 | 13 | 134 | 0 | 136 | 65 | 27 | 516 | 131 | 51 |
| Binary | 11000100 | 1011 | 1011100 | 0 | 1011110 | 110101 | 10111 | 101001110 | 1011001 | 101001 |
Color Harmonies of #C40B5C
Complementary color
Monochromatic Colors of #C40B5C
Black with #C40B5C
Text Example
Text Example
White with #C40B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40B5C; }
p { color: rgb(196,11,92); }
H1.HeaderClassName
{
color: #C40B5C;
}
.AnyTagClassName
{
color: #C40B5C;
}
</style>
background-color css
<style>
a { background-color: #C40B5C; }
a { background-color: rgb(196,11,92); }
div.DivClassName
{
background-color: #C40B5C;
}
.BgClassName
{
background-color: #C40B5C;
}
</style>
border-color css
<style>
span { border-color: #C40B5C; }
span { border-color: rgb(196,11,92); }
td.TdClassName
{
border-color: #C40B5C;
}
.TagClassName
{
border-color: #C40B5C;
}
</style>