Shades of Ruby #CC115D
Tints of Ruby #CC115D
RGB
CMYK
RGB Variations
Color information
#CC115D (or 0xCC115D) is known color: Ruby. HEX triplet: CC, 11 and 5D. RGB value is (204,17,93). Sum of RGB (Red+Green+Blue) = 204+17+93=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115D is #33EEA2. Grayscale: #515151. Windows color (decimal): -3403427 or 6099404. OLE color: 6099404.
HSL color Cylindrical-coordinate representation of color #CC115D: hue angle of 335.61º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC115D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 93 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.2 |
| HSL | 335.62º | 0.85% | 0.43% | - |
| HSV(B) | 335.62º | 0.92% | 0.8% | - |
| XYZ | 27.08 | 14.03 | 11.64 | - |
| YUV | 81.58 | 134.45 | 215.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 93 | 0 | 0.92 | 0.54 | 0.2 | 335.62 | 0.85 | 0.43 |
| Hex | CC | 11 | 5D | 0 | 5C | 36 | 14 | 150 | 55 | 2B |
| Octal | 314 | 21 | 135 | 0 | 134 | 66 | 24 | 520 | 125 | 53 |
| Binary | 11001100 | 10001 | 1011101 | 0 | 1011100 | 110110 | 10100 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CC115D
Complementary color
Monochromatic Colors of #CC115D
Black with #CC115D
Text Example
Text Example
White with #CC115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC115D; }
p { color: rgb(204,17,93); }
H1.HeaderClassName
{
color: #CC115D;
}
.AnyTagClassName
{
color: #CC115D;
}
</style>
background-color css
<style>
a { background-color: #CC115D; }
a { background-color: rgb(204,17,93); }
div.DivClassName
{
background-color: #CC115D;
}
.BgClassName
{
background-color: #CC115D;
}
</style>
border-color css
<style>
span { border-color: #CC115D; }
span { border-color: rgb(204,17,93); }
td.TdClassName
{
border-color: #CC115D;
}
.TagClassName
{
border-color: #CC115D;
}
</style>