Shades of Ruby #CC1050
Tints of Ruby #CC1050
RGB
CMYK
RGB Variations
Color information
#CC1050 (or 0xCC1050) is known color: Ruby. HEX triplet: CC, 10 and 50. RGB value is (204,16,80). Sum of RGB (Red+Green+Blue) = 204+16+80=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1050 is #33EFAF. Grayscale: #4F4F4F. Windows color (decimal): -3403696 or 5247180. OLE color: 5247180.
HSL color Cylindrical-coordinate representation of color #CC1050: hue angle of 339.57º 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 #CC1050 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 80 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.2 |
| HSL | 339.57º | 0.85% | 0.43% | - |
| HSV(B) | 339.57º | 0.92% | 0.8% | - |
| XYZ | 26.54 | 13.79 | 8.85 | - |
| YUV | 79.51 | 128.28 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 80 | 0 | 0.92 | 0.61 | 0.2 | 339.57 | 0.85 | 0.43 |
| Hex | CC | 10 | 50 | 0 | 5C | 3D | 14 | 154 | 55 | 2B |
| Octal | 314 | 20 | 120 | 0 | 134 | 75 | 24 | 524 | 125 | 53 |
| Binary | 11001100 | 10000 | 1010000 | 0 | 1011100 | 111101 | 10100 | 101010100 | 1010101 | 101011 |
Color Harmonies of #CC1050
Complementary color
Monochromatic Colors of #CC1050
Black with #CC1050
Text Example
Text Example
White with #CC1050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1050; }
p { color: rgb(204,16,80); }
H1.HeaderClassName
{
color: #CC1050;
}
.AnyTagClassName
{
color: #CC1050;
}
</style>
background-color css
<style>
a { background-color: #CC1050; }
a { background-color: rgb(204,16,80); }
div.DivClassName
{
background-color: #CC1050;
}
.BgClassName
{
background-color: #CC1050;
}
</style>
border-color css
<style>
span { border-color: #CC1050; }
span { border-color: rgb(204,16,80); }
td.TdClassName
{
border-color: #CC1050;
}
.TagClassName
{
border-color: #CC1050;
}
</style>