Shades of Ruby #CC175F
Tints of Ruby #CC175F
RGB
CMYK
RGB Variations
Color information
#CC175F (or 0xCC175F) is known color: Ruby. HEX triplet: CC, 17 and 5F. RGB value is (204,23,95). Sum of RGB (Red+Green+Blue) = 204+23+95=322 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.35% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 95 (37.5% from 255 or 29.50% from 322); Max value from RGB is 204 - color contains mainly: red. Hex color #CC175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC175F is #33E8A0. Grayscale: #555555. Windows color (decimal): -3401889 or 6232012. OLE color: 6232012.
HSL color Cylindrical-coordinate representation of color #CC175F: hue angle of 336.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 #CC175F is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 95 | - |
| CMYK | 0 | 0.89 | 0.53 | 0.2 |
| HSL | 336.13º | 0.8% | 0.45% | - |
| HSV(B) | 336.13º | 0.89% | 0.8% | - |
| XYZ | 27.27 | 14.28 | 12.14 | - |
| YUV | 85.33 | 133.47 | 212.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 95 | 0 | 0.89 | 0.53 | 0.2 | 336.13 | 0.8 | 0.45 |
| Hex | CC | 17 | 5F | 0 | 59 | 35 | 14 | 150 | 50 | 2D |
| Octal | 314 | 27 | 137 | 0 | 131 | 65 | 24 | 520 | 120 | 55 |
| Binary | 11001100 | 10111 | 1011111 | 0 | 1011001 | 110101 | 10100 | 101010000 | 1010000 | 101101 |
Color Harmonies of #CC175F
Complementary color
Monochromatic Colors of #CC175F
Black with #CC175F
Text Example
Text Example
White with #CC175F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC175F; }
p { color: rgb(204,23,95); }
H1.HeaderClassName
{
color: #CC175F;
}
.AnyTagClassName
{
color: #CC175F;
}
</style>
background-color css
<style>
a { background-color: #CC175F; }
a { background-color: rgb(204,23,95); }
div.DivClassName
{
background-color: #CC175F;
}
.BgClassName
{
background-color: #CC175F;
}
</style>
border-color css
<style>
span { border-color: #CC175F; }
span { border-color: rgb(204,23,95); }
td.TdClassName
{
border-color: #CC175F;
}
.TagClassName
{
border-color: #CC175F;
}
</style>