Shades of Ruby #CD075B
Tints of Ruby #CD075B
RGB
CMYK
RGB Variations
Color information
#CD075B (or 0xCD075B) is known color: Ruby. HEX triplet: CD, 07 and 5B. RGB value is (205,7,91). Sum of RGB (Red+Green+Blue) = 205+7+91=303 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.66% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 205 - color contains mainly: red. Hex color #CD075B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD075B is #32F8A4. Grayscale: #4B4B4B. Windows color (decimal): -3340453 or 5965773. OLE color: 5965773.
HSL color Cylindrical-coordinate representation of color #CD075B: hue angle of 334.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD075B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 91 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.20 |
| HSL | 334.55º | 0.93% | 0.42% | - |
| HSV(B) | 334.55º | 0.97% | 0.8% | - |
| XYZ | 27.14 | 13.89 | 11.15 | - |
| YUV | 75.78 | 136.6 | 220.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 91 | 0 | 0.97 | 0.56 | 0.20 | 334.55 | 0.93 | 0.42 |
| Hex | CD | 7 | 5B | 0 | 61 | 38 | 14 | 14F | 5D | 2A |
| Octal | 315 | 7 | 133 | 0 | 141 | 70 | 24 | 517 | 135 | 52 |
| Binary | 11001101 | 111 | 1011011 | 0 | 1100001 | 111000 | 10100 | 101001111 | 1011101 | 101010 |
Color Harmonies of #CD075B
Complementary color
Monochromatic Colors of #CD075B
Black with #CD075B
Text Example
Text Example
White with #CD075B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD075B; }
p { color: rgb(205,7,91); }
H1.HeaderClassName
{
color: #CD075B;
}
.AnyTagClassName
{
color: #CD075B;
}
</style>
background-color css
<style>
a { background-color: #CD075B; }
a { background-color: rgb(205,7,91); }
div.DivClassName
{
background-color: #CD075B;
}
.BgClassName
{
background-color: #CD075B;
}
</style>
border-color css
<style>
span { border-color: #CD075B; }
span { border-color: rgb(205,7,91); }
td.TdClassName
{
border-color: #CD075B;
}
.TagClassName
{
border-color: #CD075B;
}
</style>