Shades of Ruby #CD075C
Tints of Ruby #CD075C
RGB
CMYK
RGB Variations
Color information
#CD075C (or 0xCD075C) is known color: Ruby. HEX triplet: CD, 07 and 5C. RGB value is (205,7,92). Sum of RGB (Red+Green+Blue) = 205+7+92=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CD075C is #32F8A3. Grayscale: #4B4B4B. Windows color (decimal): -3340452 or 6031309. OLE color: 6031309.
HSL color Cylindrical-coordinate representation of color #CD075C: hue angle of 334.24º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CD075C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.20 |
| HSL | 334.24º | 0.93% | 0.42% | - |
| HSV(B) | 334.24º | 0.97% | 0.8% | - |
| XYZ | 27.18 | 13.9 | 11.38 | - |
| YUV | 75.89 | 137.1 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 7 | 92 | 0 | 0.97 | 0.55 | 0.20 | 334.24 | 0.93 | 0.42 |
| Hex | CD | 7 | 5C | 0 | 61 | 37 | 14 | 14E | 5D | 2A |
| Octal | 315 | 7 | 134 | 0 | 141 | 67 | 24 | 516 | 135 | 52 |
| Binary | 11001101 | 111 | 1011100 | 0 | 1100001 | 110111 | 10100 | 101001110 | 1011101 | 101010 |
Color Harmonies of #CD075C
Complementary color
Monochromatic Colors of #CD075C
Black with #CD075C
Text Example
Text Example
White with #CD075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD075C; }
p { color: rgb(205,7,92); }
H1.HeaderClassName
{
color: #CD075C;
}
.AnyTagClassName
{
color: #CD075C;
}
</style>
background-color css
<style>
a { background-color: #CD075C; }
a { background-color: rgb(205,7,92); }
div.DivClassName
{
background-color: #CD075C;
}
.BgClassName
{
background-color: #CD075C;
}
</style>
border-color css
<style>
span { border-color: #CD075C; }
span { border-color: rgb(205,7,92); }
td.TdClassName
{
border-color: #CD075C;
}
.TagClassName
{
border-color: #CD075C;
}
</style>