Shades of Ruby #CD0467
Tints of Ruby #CD0467
RGB
CMYK
RGB Variations
Color information
#CD0467 (or 0xCD0467) is known color: Ruby. HEX triplet: CD, 04 and 67. RGB value is (205,4,103). Sum of RGB (Red+Green+Blue) = 205+4+103=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0467 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0467 is #32FB98. Grayscale: #4B4B4B. Windows color (decimal): -3341209 or 6751437. OLE color: 6751437.
HSL color Cylindrical-coordinate representation of color #CD0467: hue angle of 330.45º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD0467 is Cyan = 0, Magento = 0.98, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 4 | 103 | - |
| CMYK | 0 | 0.98 | 0.50 | 0.20 |
| HSL | 330.45º | 0.96% | 0.41% | - |
| HSV(B) | 330.45º | 0.98% | 0.8% | - |
| XYZ | 27.67 | 14.05 | 14.08 | - |
| YUV | 75.39 | 143.59 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 4 | 103 | 0 | 0.98 | 0.50 | 0.20 | 330.45 | 0.96 | 0.41 |
| Hex | CD | 4 | 67 | 0 | 62 | 32 | 14 | 14A | 60 | 29 |
| Octal | 315 | 4 | 147 | 0 | 142 | 62 | 24 | 512 | 140 | 51 |
| Binary | 11001101 | 100 | 1100111 | 0 | 1100010 | 110010 | 10100 | 101001010 | 1100000 | 101001 |
Color Harmonies of #CD0467
Complementary color
Monochromatic Colors of #CD0467
Black with #CD0467
Text Example
Text Example
White with #CD0467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0467; }
p { color: rgb(205,4,103); }
H1.HeaderClassName
{
color: #CD0467;
}
.AnyTagClassName
{
color: #CD0467;
}
</style>
background-color css
<style>
a { background-color: #CD0467; }
a { background-color: rgb(205,4,103); }
div.DivClassName
{
background-color: #CD0467;
}
.BgClassName
{
background-color: #CD0467;
}
</style>
border-color css
<style>
span { border-color: #CD0467; }
span { border-color: rgb(205,4,103); }
td.TdClassName
{
border-color: #CD0467;
}
.TagClassName
{
border-color: #CD0467;
}
</style>