Shades of Ruby #CD2067
Tints of Ruby #CD2067
RGB
CMYK
RGB Variations
Color information
#CD2067 (or 0xCD2067) is known color: Ruby. HEX triplet: CD, 20 and 67. RGB value is (205,32,103). Sum of RGB (Red+Green+Blue) = 205+32+103=340 (45% of max value = 765). Red value is 205 (80.47% from 255 or 60.29% from 340); Green value is 32 (12.89% from 255 or 9.41% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2067 is #32DF98. Grayscale: #5B5B5B. Windows color (decimal): -3334041 or 6758605. OLE color: 6758605.
HSL color Cylindrical-coordinate representation of color #CD2067: hue angle of 335.38º 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 #CD2067 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 32 | 103 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.20 |
| HSL | 335.38º | 0.73% | 0.46% | - |
| HSV(B) | 335.38º | 0.84% | 0.8% | - |
| XYZ | 28.14 | 14.99 | 14.24 | - |
| YUV | 91.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 32 | 103 | 0 | 0.84 | 0.50 | 0.20 | 335.38 | 0.73 | 0.46 |
| Hex | CD | 20 | 67 | 0 | 54 | 32 | 14 | 14F | 49 | 2E |
| Octal | 315 | 40 | 147 | 0 | 124 | 62 | 24 | 517 | 111 | 56 |
| Binary | 11001101 | 100000 | 1100111 | 0 | 1010100 | 110010 | 10100 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CD2067
Complementary color
Monochromatic Colors of #CD2067
Black with #CD2067
Text Example
Text Example
White with #CD2067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD2067; }
p { color: rgb(205,32,103); }
H1.HeaderClassName
{
color: #CD2067;
}
.AnyTagClassName
{
color: #CD2067;
}
</style>
background-color css
<style>
a { background-color: #CD2067; }
a { background-color: rgb(205,32,103); }
div.DivClassName
{
background-color: #CD2067;
}
.BgClassName
{
background-color: #CD2067;
}
</style>
border-color css
<style>
span { border-color: #CD2067; }
span { border-color: rgb(205,32,103); }
td.TdClassName
{
border-color: #CD2067;
}
.TagClassName
{
border-color: #CD2067;
}
</style>