Shades of Ruby #CD0562
Tints of Ruby #CD0562
RGB
CMYK
RGB Variations
Color information
#CD0562 (or 0xCD0562) is known color: Ruby. HEX triplet: CD, 05 and 62. RGB value is (205,5,98). Sum of RGB (Red+Green+Blue) = 205+5+98=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0562 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0562 is #32FA9D. Grayscale: #4B4B4B. Windows color (decimal): -3340958 or 6424013. OLE color: 6424013.
HSL color Cylindrical-coordinate representation of color #CD0562: hue angle of 332.1º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0562 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 5 | 98 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.20 |
| HSL | 332.1º | 0.95% | 0.41% | - |
| HSV(B) | 332.1º | 0.98% | 0.8% | - |
| XYZ | 27.44 | 13.97 | 12.81 | - |
| YUV | 75.4 | 140.76 | 220.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 5 | 98 | 0 | 0.98 | 0.52 | 0.20 | 332.1 | 0.95 | 0.41 |
| Hex | CD | 5 | 62 | 0 | 62 | 34 | 14 | 14C | 5F | 29 |
| Octal | 315 | 5 | 142 | 0 | 142 | 64 | 24 | 514 | 137 | 51 |
| Binary | 11001101 | 101 | 1100010 | 0 | 1100010 | 110100 | 10100 | 101001100 | 1011111 | 101001 |
Color Harmonies of #CD0562
Complementary color
Monochromatic Colors of #CD0562
Black with #CD0562
Text Example
Text Example
White with #CD0562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0562; }
p { color: rgb(205,5,98); }
H1.HeaderClassName
{
color: #CD0562;
}
.AnyTagClassName
{
color: #CD0562;
}
</style>
background-color css
<style>
a { background-color: #CD0562; }
a { background-color: rgb(205,5,98); }
div.DivClassName
{
background-color: #CD0562;
}
.BgClassName
{
background-color: #CD0562;
}
</style>
border-color css
<style>
span { border-color: #CD0562; }
span { border-color: rgb(205,5,98); }
td.TdClassName
{
border-color: #CD0562;
}
.TagClassName
{
border-color: #CD0562;
}
</style>