Shades of Ruby #CC105C
Tints of Ruby #CC105C
RGB
CMYK
RGB Variations
Color information
#CC105C (or 0xCC105C) is known color: Ruby. HEX triplet: CC, 10 and 5C. RGB value is (204,16,92). Sum of RGB (Red+Green+Blue) = 204+16+92=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC105C is #33EFA3. Grayscale: #505050. Windows color (decimal): -3403684 or 6033612. OLE color: 6033612.
HSL color Cylindrical-coordinate representation of color #CC105C: hue angle of 335.74º 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 #CC105C is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 92 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.2 |
| HSL | 335.74º | 0.85% | 0.43% | - |
| HSV(B) | 335.74º | 0.92% | 0.8% | - |
| XYZ | 27.02 | 13.98 | 11.4 | - |
| YUV | 80.88 | 134.28 | 215.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 92 | 0 | 0.92 | 0.55 | 0.2 | 335.74 | 0.85 | 0.43 |
| Hex | CC | 10 | 5C | 0 | 5C | 37 | 14 | 150 | 55 | 2B |
| Octal | 314 | 20 | 134 | 0 | 134 | 67 | 24 | 520 | 125 | 53 |
| Binary | 11001100 | 10000 | 1011100 | 0 | 1011100 | 110111 | 10100 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CC105C
Complementary color
Monochromatic Colors of #CC105C
Black with #CC105C
Text Example
Text Example
White with #CC105C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC105C; }
p { color: rgb(204,16,92); }
H1.HeaderClassName
{
color: #CC105C;
}
.AnyTagClassName
{
color: #CC105C;
}
</style>
background-color css
<style>
a { background-color: #CC105C; }
a { background-color: rgb(204,16,92); }
div.DivClassName
{
background-color: #CC105C;
}
.BgClassName
{
background-color: #CC105C;
}
</style>
border-color css
<style>
span { border-color: #CC105C; }
span { border-color: rgb(204,16,92); }
td.TdClassName
{
border-color: #CC105C;
}
.TagClassName
{
border-color: #CC105C;
}
</style>