Shades of Ruby #CC105E
Tints of Ruby #CC105E
RGB
CMYK
RGB Variations
Color information
#CC105E (or 0xCC105E) is known color: Ruby. HEX triplet: CC, 10 and 5E. RGB value is (204,16,94). Sum of RGB (Red+Green+Blue) = 204+16+94=314 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.97% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 204 - color contains mainly: red. Hex color #CC105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC105E is #33EFA1. Grayscale: #505050. Windows color (decimal): -3403682 or 6164684. OLE color: 6164684.
HSL color Cylindrical-coordinate representation of color #CC105E: hue angle of 335.11º 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 #CC105E is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 94 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.2 |
| HSL | 335.11º | 0.85% | 0.43% | - |
| HSV(B) | 335.11º | 0.92% | 0.8% | - |
| XYZ | 27.11 | 14.02 | 11.87 | - |
| YUV | 81.1 | 135.28 | 215.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 94 | 0 | 0.92 | 0.54 | 0.2 | 335.11 | 0.85 | 0.43 |
| Hex | CC | 10 | 5E | 0 | 5C | 36 | 14 | 14F | 55 | 2B |
| Octal | 314 | 20 | 136 | 0 | 134 | 66 | 24 | 517 | 125 | 53 |
| Binary | 11001100 | 10000 | 1011110 | 0 | 1011100 | 110110 | 10100 | 101001111 | 1010101 | 101011 |
Color Harmonies of #CC105E
Complementary color
Monochromatic Colors of #CC105E
Black with #CC105E
Text Example
Text Example
White with #CC105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC105E; }
p { color: rgb(204,16,94); }
H1.HeaderClassName
{
color: #CC105E;
}
.AnyTagClassName
{
color: #CC105E;
}
</style>
background-color css
<style>
a { background-color: #CC105E; }
a { background-color: rgb(204,16,94); }
div.DivClassName
{
background-color: #CC105E;
}
.BgClassName
{
background-color: #CC105E;
}
</style>
border-color css
<style>
span { border-color: #CC105E; }
span { border-color: rgb(204,16,94); }
td.TdClassName
{
border-color: #CC105E;
}
.TagClassName
{
border-color: #CC105E;
}
</style>