Shades of Ruby #CC116A
Tints of Ruby #CC116A
RGB
CMYK
RGB Variations
Color information
#CC116A (or 0xCC116A) is known color: Ruby. HEX triplet: CC, 11 and 6A. RGB value is (204,17,106). Sum of RGB (Red+Green+Blue) = 204+17+106=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC116A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC116A is #33EE95. Grayscale: #525252. Windows color (decimal): -3403414 or 6951372. OLE color: 6951372.
HSL color Cylindrical-coordinate representation of color #CC116A: hue angle of 331.44º 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 #CC116A is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 106 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.2 |
| HSL | 331.44º | 0.85% | 0.43% | - |
| HSV(B) | 331.44º | 0.92% | 0.8% | - |
| XYZ | 27.7 | 14.28 | 14.93 | - |
| YUV | 83.06 | 140.95 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 106 | 0 | 0.92 | 0.48 | 0.2 | 331.44 | 0.85 | 0.43 |
| Hex | CC | 11 | 6A | 0 | 5C | 30 | 14 | 14B | 55 | 2B |
| Octal | 314 | 21 | 152 | 0 | 134 | 60 | 24 | 513 | 125 | 53 |
| Binary | 11001100 | 10001 | 1101010 | 0 | 1011100 | 110000 | 10100 | 101001011 | 1010101 | 101011 |
Color Harmonies of #CC116A
Complementary color
Monochromatic Colors of #CC116A
Black with #CC116A
Text Example
Text Example
White with #CC116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC116A; }
p { color: rgb(204,17,106); }
H1.HeaderClassName
{
color: #CC116A;
}
.AnyTagClassName
{
color: #CC116A;
}
</style>
background-color css
<style>
a { background-color: #CC116A; }
a { background-color: rgb(204,17,106); }
div.DivClassName
{
background-color: #CC116A;
}
.BgClassName
{
background-color: #CC116A;
}
</style>
border-color css
<style>
span { border-color: #CC116A; }
span { border-color: rgb(204,17,106); }
td.TdClassName
{
border-color: #CC116A;
}
.TagClassName
{
border-color: #CC116A;
}
</style>