Shades of Ruby #CC104F
Tints of Ruby #CC104F
RGB
CMYK
RGB Variations
Color information
#CC104F (or 0xCC104F) is known color: Ruby. HEX triplet: CC, 10 and 4F. RGB value is (204,16,79). Sum of RGB (Red+Green+Blue) = 204+16+79=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC104F is #33EFB0. Grayscale: #4F4F4F. Windows color (decimal): -3403697 or 5181644. OLE color: 5181644.
HSL color Cylindrical-coordinate representation of color #CC104F: hue angle of 339.89º 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 #CC104F is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 16 | 79 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.2 |
| HSL | 339.89º | 0.85% | 0.43% | - |
| HSV(B) | 339.89º | 0.92% | 0.8% | - |
| XYZ | 26.5 | 13.77 | 8.66 | - |
| YUV | 79.39 | 127.78 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 16 | 79 | 0 | 0.92 | 0.61 | 0.2 | 339.89 | 0.85 | 0.43 |
| Hex | CC | 10 | 4F | 0 | 5C | 3D | 14 | 154 | 55 | 2B |
| Octal | 314 | 20 | 117 | 0 | 134 | 75 | 24 | 524 | 125 | 53 |
| Binary | 11001100 | 10000 | 1001111 | 0 | 1011100 | 111101 | 10100 | 101010100 | 1010101 | 101011 |
Color Harmonies of #CC104F
Complementary color
Monochromatic Colors of #CC104F
Black with #CC104F
Text Example
Text Example
White with #CC104F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC104F; }
p { color: rgb(204,16,79); }
H1.HeaderClassName
{
color: #CC104F;
}
.AnyTagClassName
{
color: #CC104F;
}
</style>
background-color css
<style>
a { background-color: #CC104F; }
a { background-color: rgb(204,16,79); }
div.DivClassName
{
background-color: #CC104F;
}
.BgClassName
{
background-color: #CC104F;
}
</style>
border-color css
<style>
span { border-color: #CC104F; }
span { border-color: rgb(204,16,79); }
td.TdClassName
{
border-color: #CC104F;
}
.TagClassName
{
border-color: #CC104F;
}
</style>