Shades of Ruby #CC106B
Tints of Ruby #CC106B
RGB
CMYK
RGB Variations
Color information
#CC106B (or 0xCC106B) is known color: Ruby. HEX triplet: CC, 10 and 6B. RGB value is (204,16,107). Sum of RGB (Red+Green+Blue) = 204+16+107=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC106B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC106B is #33EF94. Grayscale: #525252. Windows color (decimal): -3403669 or 7016652. OLE color: 7016652.
HSL color Cylindrical-coordinate representation of color #CC106B: hue angle of 330.96º 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 #CC106B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 107 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.2 |
| HSL | 330.96º | 0.85% | 0.43% | - |
| HSV(B) | 330.96º | 0.92% | 0.8% | - |
| XYZ | 27.74 | 14.27 | 15.2 | - |
| YUV | 82.59 | 141.78 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 107 | 0 | 0.92 | 0.48 | 0.2 | 330.96 | 0.85 | 0.43 |
| Hex | CC | 10 | 6B | 0 | 5C | 30 | 14 | 14B | 55 | 2B |
| Octal | 314 | 20 | 153 | 0 | 134 | 60 | 24 | 513 | 125 | 53 |
| Binary | 11001100 | 10000 | 1101011 | 0 | 1011100 | 110000 | 10100 | 101001011 | 1010101 | 101011 |
Color Harmonies of #CC106B
Complementary color
Monochromatic Colors of #CC106B
Black with #CC106B
Text Example
Text Example
White with #CC106B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC106B; }
p { color: rgb(204,16,107); }
H1.HeaderClassName
{
color: #CC106B;
}
.AnyTagClassName
{
color: #CC106B;
}
</style>
background-color css
<style>
a { background-color: #CC106B; }
a { background-color: rgb(204,16,107); }
div.DivClassName
{
background-color: #CC106B;
}
.BgClassName
{
background-color: #CC106B;
}
</style>
border-color css
<style>
span { border-color: #CC106B; }
span { border-color: rgb(204,16,107); }
td.TdClassName
{
border-color: #CC106B;
}
.TagClassName
{
border-color: #CC106B;
}
</style>