Shades of Ruby #CD1262
Tints of Ruby #CD1262
RGB
CMYK
RGB Variations
Color information
#CD1262 (or 0xCD1262) is known color: Ruby. HEX triplet: CD, 12 and 62. RGB value is (205,18,98). Sum of RGB (Red+Green+Blue) = 205+18+98=321 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.86% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 205 - color contains mainly: red. Hex color #CD1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD1262 is #32ED9D. Grayscale: #525252. Windows color (decimal): -3337630 or 6427341. OLE color: 6427341.
HSL color Cylindrical-coordinate representation of color #CD1262: hue angle of 334.33º 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 #CD1262 is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 18 | 98 | - |
| CMYK | 0 | 0.91 | 0.52 | 0.20 |
| HSL | 334.33º | 0.84% | 0.44% | - |
| HSV(B) | 334.33º | 0.91% | 0.8% | - |
| XYZ | 27.6 | 14.29 | 12.86 | - |
| YUV | 83.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 18 | 98 | 0 | 0.91 | 0.52 | 0.20 | 334.33 | 0.84 | 0.44 |
| Hex | CD | 12 | 62 | 0 | 5B | 34 | 14 | 14E | 54 | 2C |
| Octal | 315 | 22 | 142 | 0 | 133 | 64 | 24 | 516 | 124 | 54 |
| Binary | 11001101 | 10010 | 1100010 | 0 | 1011011 | 110100 | 10100 | 101001110 | 1010100 | 101100 |
Color Harmonies of #CD1262
Complementary color
Monochromatic Colors of #CD1262
Black with #CD1262
Text Example
Text Example
White with #CD1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD1262; }
p { color: rgb(205,18,98); }
H1.HeaderClassName
{
color: #CD1262;
}
.AnyTagClassName
{
color: #CD1262;
}
</style>
background-color css
<style>
a { background-color: #CD1262; }
a { background-color: rgb(205,18,98); }
div.DivClassName
{
background-color: #CD1262;
}
.BgClassName
{
background-color: #CD1262;
}
</style>
border-color css
<style>
span { border-color: #CD1262; }
span { border-color: rgb(205,18,98); }
td.TdClassName
{
border-color: #CD1262;
}
.TagClassName
{
border-color: #CD1262;
}
</style>