Shades of Ruby #CC106C
Tints of Ruby #CC106C
RGB
CMYK
RGB Variations
Color information
#CC106C (or 0xCC106C) is known color: Ruby. HEX triplet: CC, 10 and 6C. RGB value is (204,16,108). Sum of RGB (Red+Green+Blue) = 204+16+108=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC106C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC106C is #33EF93. Grayscale: #525252. Windows color (decimal): -3403668 or 7082188. OLE color: 7082188.
HSL color Cylindrical-coordinate representation of color #CC106C: hue angle of 330.64º 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 #CC106C is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 108 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.2 |
| HSL | 330.64º | 0.85% | 0.43% | - |
| HSV(B) | 330.64º | 0.92% | 0.8% | - |
| XYZ | 27.79 | 14.29 | 15.48 | - |
| YUV | 82.7 | 142.28 | 214.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 108 | 0 | 0.92 | 0.47 | 0.2 | 330.64 | 0.85 | 0.43 |
| Hex | CC | 10 | 6C | 0 | 5C | 2F | 14 | 14B | 55 | 2B |
| Octal | 314 | 20 | 154 | 0 | 134 | 57 | 24 | 513 | 125 | 53 |
| Binary | 11001100 | 10000 | 1101100 | 0 | 1011100 | 101111 | 10100 | 101001011 | 1010101 | 101011 |
Color Harmonies of #CC106C
Complementary color
Monochromatic Colors of #CC106C
Black with #CC106C
Text Example
Text Example
White with #CC106C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC106C; }
p { color: rgb(204,16,108); }
H1.HeaderClassName
{
color: #CC106C;
}
.AnyTagClassName
{
color: #CC106C;
}
</style>
background-color css
<style>
a { background-color: #CC106C; }
a { background-color: rgb(204,16,108); }
div.DivClassName
{
background-color: #CC106C;
}
.BgClassName
{
background-color: #CC106C;
}
</style>
border-color css
<style>
span { border-color: #CC106C; }
span { border-color: rgb(204,16,108); }
td.TdClassName
{
border-color: #CC106C;
}
.TagClassName
{
border-color: #CC106C;
}
</style>