Shades of Ruby #CD0364
Tints of Ruby #CD0364
RGB
CMYK
RGB Variations
Color information
#CD0364 (or 0xCD0364) is known color: Ruby. HEX triplet: CD, 03 and 64. RGB value is (205,3,100). Sum of RGB (Red+Green+Blue) = 205+3+100=308 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.56% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD0364 is #32FC9B. Grayscale: #4A4A4A. Windows color (decimal): -3341468 or 6554573. OLE color: 6554573.
HSL color Cylindrical-coordinate representation of color #CD0364: hue angle of 331.19º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD0364 is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.20 |
| HSL | 331.19º | 0.97% | 0.41% | - |
| HSV(B) | 331.19º | 0.99% | 0.8% | - |
| XYZ | 27.51 | 13.96 | 13.3 | - |
| YUV | 74.46 | 142.42 | 221.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 3 | 100 | 0 | 0.99 | 0.51 | 0.20 | 331.19 | 0.97 | 0.41 |
| Hex | CD | 3 | 64 | 0 | 63 | 33 | 14 | 14B | 61 | 29 |
| Octal | 315 | 3 | 144 | 0 | 143 | 63 | 24 | 513 | 141 | 51 |
| Binary | 11001101 | 11 | 1100100 | 0 | 1100011 | 110011 | 10100 | 101001011 | 1100001 | 101001 |
Color Harmonies of #CD0364
Complementary color
Monochromatic Colors of #CD0364
Black with #CD0364
Text Example
Text Example
White with #CD0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD0364; }
p { color: rgb(205,3,100); }
H1.HeaderClassName
{
color: #CD0364;
}
.AnyTagClassName
{
color: #CD0364;
}
</style>
background-color css
<style>
a { background-color: #CD0364; }
a { background-color: rgb(205,3,100); }
div.DivClassName
{
background-color: #CD0364;
}
.BgClassName
{
background-color: #CD0364;
}
</style>
border-color css
<style>
span { border-color: #CD0364; }
span { border-color: rgb(205,3,100); }
td.TdClassName
{
border-color: #CD0364;
}
.TagClassName
{
border-color: #CD0364;
}
</style>