Shades of Ruby #CC1161
Tints of Ruby #CC1161
RGB
CMYK
RGB Variations
Color information
#CC1161 (or 0xCC1161) is known color: Ruby. HEX triplet: CC, 11 and 61. RGB value is (204,17,97). Sum of RGB (Red+Green+Blue) = 204+17+97=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1161 is #33EE9E. Grayscale: #515151. Windows color (decimal): -3403423 or 6361548. OLE color: 6361548.
HSL color Cylindrical-coordinate representation of color #CC1161: hue angle of 334.33º 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 #CC1161 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 97 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.2 |
| HSL | 334.33º | 0.85% | 0.43% | - |
| HSV(B) | 334.33º | 0.92% | 0.8% | - |
| XYZ | 27.26 | 14.1 | 12.59 | - |
| YUV | 82.03 | 136.45 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 97 | 0 | 0.92 | 0.52 | 0.2 | 334.33 | 0.85 | 0.43 |
| Hex | CC | 11 | 61 | 0 | 5C | 34 | 14 | 14E | 55 | 2B |
| Octal | 314 | 21 | 141 | 0 | 134 | 64 | 24 | 516 | 125 | 53 |
| Binary | 11001100 | 10001 | 1100001 | 0 | 1011100 | 110100 | 10100 | 101001110 | 1010101 | 101011 |
Color Harmonies of #CC1161
Complementary color
Monochromatic Colors of #CC1161
Black with #CC1161
Text Example
Text Example
White with #CC1161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1161; }
p { color: rgb(204,17,97); }
H1.HeaderClassName
{
color: #CC1161;
}
.AnyTagClassName
{
color: #CC1161;
}
</style>
background-color css
<style>
a { background-color: #CC1161; }
a { background-color: rgb(204,17,97); }
div.DivClassName
{
background-color: #CC1161;
}
.BgClassName
{
background-color: #CC1161;
}
</style>
border-color css
<style>
span { border-color: #CC1161; }
span { border-color: rgb(204,17,97); }
td.TdClassName
{
border-color: #CC1161;
}
.TagClassName
{
border-color: #CC1161;
}
</style>