Shades of Ruby #CC1063
Tints of Ruby #CC1063
RGB
CMYK
RGB Variations
Color information
#CC1063 (or 0xCC1063) is known color: Ruby. HEX triplet: CC, 10 and 63. RGB value is (204,16,99). Sum of RGB (Red+Green+Blue) = 204+16+99=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1063 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1063 is #33EF9C. Grayscale: #515151. Windows color (decimal): -3403677 or 6492364. OLE color: 6492364.
HSL color Cylindrical-coordinate representation of color #CC1063: hue angle of 333.51º 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 #CC1063 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 99 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.2 |
| HSL | 333.51º | 0.85% | 0.43% | - |
| HSV(B) | 333.51º | 0.92% | 0.8% | - |
| XYZ | 27.34 | 14.11 | 13.09 | - |
| YUV | 81.67 | 137.78 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 99 | 0 | 0.92 | 0.51 | 0.2 | 333.51 | 0.85 | 0.43 |
| Hex | CC | 10 | 63 | 0 | 5C | 33 | 14 | 14E | 55 | 2B |
| Octal | 314 | 20 | 143 | 0 | 134 | 63 | 24 | 516 | 125 | 53 |
| Binary | 11001100 | 10000 | 1100011 | 0 | 1011100 | 110011 | 10100 | 101001110 | 1010101 | 101011 |
Color Harmonies of #CC1063
Complementary color
Monochromatic Colors of #CC1063
Black with #CC1063
Text Example
Text Example
White with #CC1063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1063; }
p { color: rgb(204,16,99); }
H1.HeaderClassName
{
color: #CC1063;
}
.AnyTagClassName
{
color: #CC1063;
}
</style>
background-color css
<style>
a { background-color: #CC1063; }
a { background-color: rgb(204,16,99); }
div.DivClassName
{
background-color: #CC1063;
}
.BgClassName
{
background-color: #CC1063;
}
</style>
border-color css
<style>
span { border-color: #CC1063; }
span { border-color: rgb(204,16,99); }
td.TdClassName
{
border-color: #CC1063;
}
.TagClassName
{
border-color: #CC1063;
}
</style>