Shades of Ruby #CD036B
Tints of Ruby #CD036B
RGB
CMYK
RGB Variations
Color information
#CD036B (or 0xCD036B) is known color: Ruby. HEX triplet: CD, 03 and 6B. RGB value is (205,3,107). Sum of RGB (Red+Green+Blue) = 205+3+107=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 3 (1.56% from 255 or 0.95% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD036B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD036B is #32FC94. Grayscale: #4B4B4B. Windows color (decimal): -3341461 or 7013325. OLE color: 7013325.
HSL color Cylindrical-coordinate representation of color #CD036B: hue angle of 329.11º 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 #CD036B is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 107 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.20 |
| HSL | 329.11º | 0.97% | 0.41% | - |
| HSV(B) | 329.11º | 0.99% | 0.8% | - |
| XYZ | 27.86 | 14.11 | 15.16 | - |
| YUV | 75.25 | 145.92 | 220.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 107 | 0 | 0.99 | 0.48 | 0.20 | 329.11 | 0.97 | 0.41 |
| Hex | CD | 3 | 6B | 0 | 63 | 30 | 14 | 149 | 61 | 29 |
| Octal | 315 | 3 | 153 | 0 | 143 | 60 | 24 | 511 | 141 | 51 |
| Binary | 11001101 | 11 | 1101011 | 0 | 1100011 | 110000 | 10100 | 101001001 | 1100001 | 101001 |
Color Harmonies of #CD036B
Complementary color
Monochromatic Colors of #CD036B
Black with #CD036B
Text Example
Text Example
White with #CD036B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD036B; }
p { color: rgb(205,3,107); }
H1.HeaderClassName
{
color: #CD036B;
}
.AnyTagClassName
{
color: #CD036B;
}
</style>
background-color css
<style>
a { background-color: #CD036B; }
a { background-color: rgb(205,3,107); }
div.DivClassName
{
background-color: #CD036B;
}
.BgClassName
{
background-color: #CD036B;
}
</style>
border-color css
<style>
span { border-color: #CD036B; }
span { border-color: rgb(205,3,107); }
td.TdClassName
{
border-color: #CD036B;
}
.TagClassName
{
border-color: #CD036B;
}
</style>