Shades of Ruby #CD095E
Tints of Ruby #CD095E
RGB
CMYK
RGB Variations
Color information
#CD095E (or 0xCD095E) is known color: Ruby. HEX triplet: CD, 09 and 5E. RGB value is (205,9,94). Sum of RGB (Red+Green+Blue) = 205+9+94=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD095E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD095E is #32F6A1. Grayscale: #4D4D4D. Windows color (decimal): -3339938 or 6162893. OLE color: 6162893.
HSL color Cylindrical-coordinate representation of color #CD095E: hue angle of 333.98º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD095E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 9 | 94 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.20 |
| HSL | 333.98º | 0.92% | 0.42% | - |
| HSV(B) | 333.98º | 0.96% | 0.8% | - |
| XYZ | 27.29 | 13.98 | 11.85 | - |
| YUV | 77.29 | 137.43 | 219.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 9 | 94 | 0 | 0.96 | 0.54 | 0.20 | 333.98 | 0.92 | 0.42 |
| Hex | CD | 9 | 5E | 0 | 60 | 36 | 14 | 14E | 5C | 2A |
| Octal | 315 | 11 | 136 | 0 | 140 | 66 | 24 | 516 | 134 | 52 |
| Binary | 11001101 | 1001 | 1011110 | 0 | 1100000 | 110110 | 10100 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CD095E
Complementary color
Monochromatic Colors of #CD095E
Black with #CD095E
Text Example
Text Example
White with #CD095E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD095E; }
p { color: rgb(205,9,94); }
H1.HeaderClassName
{
color: #CD095E;
}
.AnyTagClassName
{
color: #CD095E;
}
</style>
background-color css
<style>
a { background-color: #CD095E; }
a { background-color: rgb(205,9,94); }
div.DivClassName
{
background-color: #CD095E;
}
.BgClassName
{
background-color: #CD095E;
}
</style>
border-color css
<style>
span { border-color: #CD095E; }
span { border-color: rgb(205,9,94); }
td.TdClassName
{
border-color: #CD095E;
}
.TagClassName
{
border-color: #CD095E;
}
</style>