Shades of Ruby #CD0362
Tints of Ruby #CD0362
RGB
CMYK
RGB Variations
Color information
#CD0362 (or 0xCD0362) is known color: Ruby. HEX triplet: CD, 03 and 62. RGB value is (205,3,98). Sum of RGB (Red+Green+Blue) = 205+3+98=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0362 is #32FC9D. Grayscale: #4A4A4A. Windows color (decimal): -3341470 or 6423501. OLE color: 6423501.
HSL color Cylindrical-coordinate representation of color #CD0362: hue angle of 331.78º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0362 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 98 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.20 |
| HSL | 331.78º | 0.97% | 0.41% | - |
| HSV(B) | 331.78º | 0.99% | 0.8% | - |
| XYZ | 27.41 | 13.93 | 12.8 | - |
| YUV | 74.23 | 141.42 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 98 | 0 | 0.99 | 0.52 | 0.20 | 331.78 | 0.97 | 0.41 |
| Hex | CD | 3 | 62 | 0 | 63 | 34 | 14 | 14C | 61 | 29 |
| Octal | 315 | 3 | 142 | 0 | 143 | 64 | 24 | 514 | 141 | 51 |
| Binary | 11001101 | 11 | 1100010 | 0 | 1100011 | 110100 | 10100 | 101001100 | 1100001 | 101001 |
Color Harmonies of #CD0362
Complementary color
Monochromatic Colors of #CD0362
Black with #CD0362
Text Example
Text Example
White with #CD0362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0362; }
p { color: rgb(205,3,98); }
H1.HeaderClassName
{
color: #CD0362;
}
.AnyTagClassName
{
color: #CD0362;
}
</style>
background-color css
<style>
a { background-color: #CD0362; }
a { background-color: rgb(205,3,98); }
div.DivClassName
{
background-color: #CD0362;
}
.BgClassName
{
background-color: #CD0362;
}
</style>
border-color css
<style>
span { border-color: #CD0362; }
span { border-color: rgb(205,3,98); }
td.TdClassName
{
border-color: #CD0362;
}
.TagClassName
{
border-color: #CD0362;
}
</style>