Shades of Ruby #CD2068
Tints of Ruby #CD2068
RGB
CMYK
RGB Variations
Color information
#CD2068 (or 0xCD2068) is known color: Ruby. HEX triplet: CD, 20 and 68. RGB value is (205,32,104). Sum of RGB (Red+Green+Blue) = 205+32+104=341 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.12% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2068 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2068 is #32DF97. Grayscale: #5B5B5B. Windows color (decimal): -3334040 or 6824141. OLE color: 6824141.
HSL color Cylindrical-coordinate representation of color #CD2068: hue angle of 335.03º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD2068 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 104 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.20 |
| HSL | 335.03º | 0.73% | 0.46% | - |
| HSV(B) | 335.03º | 0.84% | 0.8% | - |
| XYZ | 28.19 | 15.01 | 14.51 | - |
| YUV | 91.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 104 | 0 | 0.84 | 0.49 | 0.20 | 335.03 | 0.73 | 0.46 |
| Hex | CD | 20 | 68 | 0 | 54 | 31 | 14 | 14F | 49 | 2E |
| Octal | 315 | 40 | 150 | 0 | 124 | 61 | 24 | 517 | 111 | 56 |
| Binary | 11001101 | 100000 | 1101000 | 0 | 1010100 | 110001 | 10100 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CD2068
Complementary color
Monochromatic Colors of #CD2068
Black with #CD2068
Text Example
Text Example
White with #CD2068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2068; }
p { color: rgb(205,32,104); }
H1.HeaderClassName
{
color: #CD2068;
}
.AnyTagClassName
{
color: #CD2068;
}
</style>
background-color css
<style>
a { background-color: #CD2068; }
a { background-color: rgb(205,32,104); }
div.DivClassName
{
background-color: #CD2068;
}
.BgClassName
{
background-color: #CD2068;
}
</style>
border-color css
<style>
span { border-color: #CD2068; }
span { border-color: rgb(205,32,104); }
td.TdClassName
{
border-color: #CD2068;
}
.TagClassName
{
border-color: #CD2068;
}
</style>