Shades of Ruby #CD036A
Tints of Ruby #CD036A
RGB
CMYK
RGB Variations
Color information
#CD036A (or 0xCD036A) is known color: Ruby. HEX triplet: CD, 03 and 6A. RGB value is (205,3,106). Sum of RGB (Red+Green+Blue) = 205+3+106=314 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.29% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 205 - color contains mainly: red. Hex color #CD036A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD036A is #32FC95. Grayscale: #4A4A4A. Windows color (decimal): -3341462 or 6947789. OLE color: 6947789.
HSL color Cylindrical-coordinate representation of color #CD036A: hue angle of 329.41º 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 #CD036A is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 106 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.20 |
| HSL | 329.41º | 0.97% | 0.41% | - |
| HSV(B) | 329.41º | 0.99% | 0.8% | - |
| XYZ | 27.81 | 14.08 | 14.89 | - |
| YUV | 75.14 | 145.42 | 220.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 106 | 0 | 0.99 | 0.48 | 0.20 | 329.41 | 0.97 | 0.41 |
| Hex | CD | 3 | 6A | 0 | 63 | 30 | 14 | 149 | 61 | 29 |
| Octal | 315 | 3 | 152 | 0 | 143 | 60 | 24 | 511 | 141 | 51 |
| Binary | 11001101 | 11 | 1101010 | 0 | 1100011 | 110000 | 10100 | 101001001 | 1100001 | 101001 |
Color Harmonies of #CD036A
Complementary color
Monochromatic Colors of #CD036A
Black with #CD036A
Text Example
Text Example
White with #CD036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD036A; }
p { color: rgb(205,3,106); }
H1.HeaderClassName
{
color: #CD036A;
}
.AnyTagClassName
{
color: #CD036A;
}
</style>
background-color css
<style>
a { background-color: #CD036A; }
a { background-color: rgb(205,3,106); }
div.DivClassName
{
background-color: #CD036A;
}
.BgClassName
{
background-color: #CD036A;
}
</style>
border-color css
<style>
span { border-color: #CD036A; }
span { border-color: rgb(205,3,106); }
td.TdClassName
{
border-color: #CD036A;
}
.TagClassName
{
border-color: #CD036A;
}
</style>