Shades of Ruby #CD006E
Tints of Ruby #CD006E
RGB
CMYK
RGB Variations
Color information
#CD006E (or 0xCD006E) is known color: Ruby. HEX triplet: CD, 00 and 6E. RGB value is (205,0,110). Sum of RGB (Red+Green+Blue) = 205+0+110=315 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.08% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 205 - color contains mainly: red. Hex color #CD006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD006E is #32FF91. Grayscale: #494949. Windows color (decimal): -3342226 or 7209165. OLE color: 7209165.
HSL color Cylindrical-coordinate representation of color #CD006E: hue angle of 327.8º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD006E is Cyan = 0, Magento = 1, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.46 | 0.20 |
| HSL | 327.8º | 1% | 0.4% | - |
| HSV(B) | 327.8º | 1% | 0.8% | - |
| XYZ | 27.99 | 14.1 | 16 | - |
| YUV | 73.84 | 148.42 | 221.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 0 | 110 | 0 | 1 | 0.46 | 0.20 | 327.8 | 1 | 0.4 |
| Hex | CD | 0 | 6E | 0 | 64 | 2E | 14 | 148 | 64 | 28 |
| Octal | 315 | 0 | 156 | 0 | 144 | 56 | 24 | 510 | 144 | 50 |
| Binary | 11001101 | 0 | 1101110 | 0 | 1100100 | 101110 | 10100 | 101001000 | 1100100 | 101000 |
Color Harmonies of #CD006E
Complementary color
Monochromatic Colors of #CD006E
Black with #CD006E
Text Example
Text Example
White with #CD006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD006E; }
p { color: rgb(205,0,110); }
H1.HeaderClassName
{
color: #CD006E;
}
.AnyTagClassName
{
color: #CD006E;
}
</style>
background-color css
<style>
a { background-color: #CD006E; }
a { background-color: rgb(205,0,110); }
div.DivClassName
{
background-color: #CD006E;
}
.BgClassName
{
background-color: #CD006E;
}
</style>
border-color css
<style>
span { border-color: #CD006E; }
span { border-color: rgb(205,0,110); }
td.TdClassName
{
border-color: #CD006E;
}
.TagClassName
{
border-color: #CD006E;
}
</style>