Shades of Ruby #CC175C
Tints of Ruby #CC175C
RGB
CMYK
RGB Variations
Color information
#CC175C (or 0xCC175C) is known color: Ruby. HEX triplet: CC, 17 and 5C. RGB value is (204,23,92). Sum of RGB (Red+Green+Blue) = 204+23+92=319 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.95% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175C is #33E8A3. Grayscale: #545454. Windows color (decimal): -3401892 or 6035404. OLE color: 6035404.
HSL color Cylindrical-coordinate representation of color #CC175C: hue angle of 337.13º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC175C is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 92 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.2 |
| HSL | 337.13º | 0.8% | 0.45% | - |
| HSV(B) | 337.13º | 0.89% | 0.8% | - |
| XYZ | 27.14 | 14.22 | 11.44 | - |
| YUV | 84.99 | 131.97 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 92 | 0 | 0.89 | 0.55 | 0.2 | 337.13 | 0.8 | 0.45 |
| Hex | CC | 17 | 5C | 0 | 59 | 37 | 14 | 151 | 50 | 2D |
| Octal | 314 | 27 | 134 | 0 | 131 | 67 | 24 | 521 | 120 | 55 |
| Binary | 11001100 | 10111 | 1011100 | 0 | 1011001 | 110111 | 10100 | 101010001 | 1010000 | 101101 |
Color Harmonies of #CC175C
Complementary color
Monochromatic Colors of #CC175C
Black with #CC175C
Text Example
Text Example
White with #CC175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC175C; }
p { color: rgb(204,23,92); }
H1.HeaderClassName
{
color: #CC175C;
}
.AnyTagClassName
{
color: #CC175C;
}
</style>
background-color css
<style>
a { background-color: #CC175C; }
a { background-color: rgb(204,23,92); }
div.DivClassName
{
background-color: #CC175C;
}
.BgClassName
{
background-color: #CC175C;
}
</style>
border-color css
<style>
span { border-color: #CC175C; }
span { border-color: rgb(204,23,92); }
td.TdClassName
{
border-color: #CC175C;
}
.TagClassName
{
border-color: #CC175C;
}
</style>