Shades of Ruby #CD126D
Tints of Ruby #CD126D
RGB
CMYK
RGB Variations
Color information
#CD126D (or 0xCD126D) is known color: Ruby. HEX triplet: CD, 12 and 6D. RGB value is (205,18,109). Sum of RGB (Red+Green+Blue) = 205+18+109=332 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.75% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 205 - color contains mainly: red. Hex color #CD126D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD126D is #32ED92. Grayscale: #545454. Windows color (decimal): -3337619 or 7148237. OLE color: 7148237.
HSL color Cylindrical-coordinate representation of color #CD126D: hue angle of 330.8º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD126D is Cyan = 0, Magento = 0.91, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 109 | - |
| CMYK | 0 | 0.91 | 0.47 | 0.20 |
| HSL | 330.8º | 0.84% | 0.44% | - |
| HSV(B) | 330.8º | 0.91% | 0.8% | - |
| XYZ | 28.15 | 14.52 | 15.79 | - |
| YUV | 84.29 | 141.95 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 109 | 0 | 0.91 | 0.47 | 0.20 | 330.8 | 0.84 | 0.44 |
| Hex | CD | 12 | 6D | 0 | 5B | 2F | 14 | 14B | 54 | 2C |
| Octal | 315 | 22 | 155 | 0 | 133 | 57 | 24 | 513 | 124 | 54 |
| Binary | 11001101 | 10010 | 1101101 | 0 | 1011011 | 101111 | 10100 | 101001011 | 1010100 | 101100 |
Color Harmonies of #CD126D
Complementary color
Monochromatic Colors of #CD126D
Black with #CD126D
Text Example
Text Example
White with #CD126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD126D; }
p { color: rgb(205,18,109); }
H1.HeaderClassName
{
color: #CD126D;
}
.AnyTagClassName
{
color: #CD126D;
}
</style>
background-color css
<style>
a { background-color: #CD126D; }
a { background-color: rgb(205,18,109); }
div.DivClassName
{
background-color: #CD126D;
}
.BgClassName
{
background-color: #CD126D;
}
</style>
border-color css
<style>
span { border-color: #CD126D; }
span { border-color: rgb(205,18,109); }
td.TdClassName
{
border-color: #CD126D;
}
.TagClassName
{
border-color: #CD126D;
}
</style>