Shades of Ruby #CC1061
Tints of Ruby #CC1061
RGB
CMYK
RGB Variations
Color information
#CC1061 (or 0xCC1061) is known color: Ruby. HEX triplet: CC, 10 and 61. RGB value is (204,16,97). Sum of RGB (Red+Green+Blue) = 204+16+97=317 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.35% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1061 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1061 is #33EF9E. Grayscale: #515151. Windows color (decimal): -3403679 or 6361292. OLE color: 6361292.
HSL color Cylindrical-coordinate representation of color #CC1061: hue angle of 334.15º 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 #CC1061 is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 97 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.2 |
| HSL | 334.15º | 0.85% | 0.43% | - |
| HSV(B) | 334.15º | 0.92% | 0.8% | - |
| XYZ | 27.24 | 14.07 | 12.59 | - |
| YUV | 81.45 | 136.78 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 97 | 0 | 0.92 | 0.52 | 0.2 | 334.15 | 0.85 | 0.43 |
| Hex | CC | 10 | 61 | 0 | 5C | 34 | 14 | 14E | 55 | 2B |
| Octal | 314 | 20 | 141 | 0 | 134 | 64 | 24 | 516 | 125 | 53 |
| Binary | 11001100 | 10000 | 1100001 | 0 | 1011100 | 110100 | 10100 | 101001110 | 1010101 | 101011 |
Color Harmonies of #CC1061
Complementary color
Monochromatic Colors of #CC1061
Black with #CC1061
Text Example
Text Example
White with #CC1061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1061; }
p { color: rgb(204,16,97); }
H1.HeaderClassName
{
color: #CC1061;
}
.AnyTagClassName
{
color: #CC1061;
}
</style>
background-color css
<style>
a { background-color: #CC1061; }
a { background-color: rgb(204,16,97); }
div.DivClassName
{
background-color: #CC1061;
}
.BgClassName
{
background-color: #CC1061;
}
</style>
border-color css
<style>
span { border-color: #CC1061; }
span { border-color: rgb(204,16,97); }
td.TdClassName
{
border-color: #CC1061;
}
.TagClassName
{
border-color: #CC1061;
}
</style>