Shades of Ruby #CC105D
Tints of Ruby #CC105D
RGB
CMYK
RGB Variations
Color information
#CC105D (or 0xCC105D) is known color: Ruby. HEX triplet: CC, 10 and 5D. RGB value is (204,16,93). Sum of RGB (Red+Green+Blue) = 204+16+93=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC105D is #33EFA2. Grayscale: #505050. Windows color (decimal): -3403683 or 6099148. OLE color: 6099148.
HSL color Cylindrical-coordinate representation of color #CC105D: hue angle of 335.43º 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 #CC105D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 93 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.2 |
| HSL | 335.43º | 0.85% | 0.43% | - |
| HSV(B) | 335.43º | 0.92% | 0.8% | - |
| XYZ | 27.06 | 14 | 11.63 | - |
| YUV | 80.99 | 134.78 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 93 | 0 | 0.92 | 0.54 | 0.2 | 335.43 | 0.85 | 0.43 |
| Hex | CC | 10 | 5D | 0 | 5C | 36 | 14 | 14F | 55 | 2B |
| Octal | 314 | 20 | 135 | 0 | 134 | 66 | 24 | 517 | 125 | 53 |
| Binary | 11001100 | 10000 | 1011101 | 0 | 1011100 | 110110 | 10100 | 101001111 | 1010101 | 101011 |
Color Harmonies of #CC105D
Complementary color
Monochromatic Colors of #CC105D
Black with #CC105D
Text Example
Text Example
White with #CC105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC105D; }
p { color: rgb(204,16,93); }
H1.HeaderClassName
{
color: #CC105D;
}
.AnyTagClassName
{
color: #CC105D;
}
</style>
background-color css
<style>
a { background-color: #CC105D; }
a { background-color: rgb(204,16,93); }
div.DivClassName
{
background-color: #CC105D;
}
.BgClassName
{
background-color: #CC105D;
}
</style>
border-color css
<style>
span { border-color: #CC105D; }
span { border-color: rgb(204,16,93); }
td.TdClassName
{
border-color: #CC105D;
}
.TagClassName
{
border-color: #CC105D;
}
</style>