Shades of Ruby #CC116B
Tints of Ruby #CC116B
RGB
CMYK
RGB Variations
Color information
#CC116B (or 0xCC116B) is known color: Ruby. HEX triplet: CC, 11 and 6B. RGB value is (204,17,107). Sum of RGB (Red+Green+Blue) = 204+17+107=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC116B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC116B is #33EE94. Grayscale: #525252. Windows color (decimal): -3403413 or 7016908. OLE color: 7016908.
HSL color Cylindrical-coordinate representation of color #CC116B: hue angle of 331.12º 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 #CC116B is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 107 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.2 |
| HSL | 331.12º | 0.85% | 0.43% | - |
| HSV(B) | 331.12º | 0.92% | 0.8% | - |
| XYZ | 27.76 | 14.3 | 15.21 | - |
| YUV | 83.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 107 | 0 | 0.92 | 0.48 | 0.2 | 331.12 | 0.85 | 0.43 |
| Hex | CC | 11 | 6B | 0 | 5C | 30 | 14 | 14B | 55 | 2B |
| Octal | 314 | 21 | 153 | 0 | 134 | 60 | 24 | 513 | 125 | 53 |
| Binary | 11001100 | 10001 | 1101011 | 0 | 1011100 | 110000 | 10100 | 101001011 | 1010101 | 101011 |
Color Harmonies of #CC116B
Complementary color
Monochromatic Colors of #CC116B
Black with #CC116B
Text Example
Text Example
White with #CC116B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC116B; }
p { color: rgb(204,17,107); }
H1.HeaderClassName
{
color: #CC116B;
}
.AnyTagClassName
{
color: #CC116B;
}
</style>
background-color css
<style>
a { background-color: #CC116B; }
a { background-color: rgb(204,17,107); }
div.DivClassName
{
background-color: #CC116B;
}
.BgClassName
{
background-color: #CC116B;
}
</style>
border-color css
<style>
span { border-color: #CC116B; }
span { border-color: rgb(204,17,107); }
td.TdClassName
{
border-color: #CC116B;
}
.TagClassName
{
border-color: #CC116B;
}
</style>