Shades of Ruby #C31D62
Tints of Ruby #C31D62
RGB
CMYK
RGB Variations
Color information
#C31D62 (or 0xC31D62) is known color: Ruby. HEX triplet: C3, 1D and 62. RGB value is (195,29,98). Sum of RGB (Red+Green+Blue) = 195+29+98=322 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.56% from 322); Green value is 29 (11.72% from 255 or 9.01% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 195 - color contains mainly: red. Hex color #C31D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C31D62 is #3CE29D. Grayscale: #565656. Windows color (decimal): -3990174 or 6430147. OLE color: 6430147.
HSL color Cylindrical-coordinate representation of color #C31D62: hue angle of 335.06º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C31D62 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 29 | 98 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.24 |
| HSL | 335.06º | 0.74% | 0.44% | - |
| HSV(B) | 335.06º | 0.85% | 0.76% | - |
| XYZ | 25.15 | 13.36 | 12.81 | - |
| YUV | 86.5 | 134.5 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 29 | 98 | 0 | 0.85 | 0.50 | 0.24 | 335.06 | 0.74 | 0.44 |
| Hex | C3 | 1D | 62 | 0 | 55 | 32 | 18 | 14F | 4A | 2C |
| Octal | 303 | 35 | 142 | 0 | 125 | 62 | 30 | 517 | 112 | 54 |
| Binary | 11000011 | 11101 | 1100010 | 0 | 1010101 | 110010 | 11000 | 101001111 | 1001010 | 101100 |
Color Harmonies of #C31D62
Complementary color
Monochromatic Colors of #C31D62
Black with #C31D62
Text Example
Text Example
White with #C31D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C31D62; }
p { color: rgb(195,29,98); }
H1.HeaderClassName
{
color: #C31D62;
}
.AnyTagClassName
{
color: #C31D62;
}
</style>
background-color css
<style>
a { background-color: #C31D62; }
a { background-color: rgb(195,29,98); }
div.DivClassName
{
background-color: #C31D62;
}
.BgClassName
{
background-color: #C31D62;
}
</style>
border-color css
<style>
span { border-color: #C31D62; }
span { border-color: rgb(195,29,98); }
td.TdClassName
{
border-color: #C31D62;
}
.TagClassName
{
border-color: #C31D62;
}
</style>