Shades of Ruby #CC1C56
Tints of Ruby #CC1C56
RGB
CMYK
RGB Variations
Color information
#CC1C56 (or 0xCC1C56) is known color: Ruby. HEX triplet: CC, 1C and 56. RGB value is (204,28,86). Sum of RGB (Red+Green+Blue) = 204+28+86=318 (42% of max value = 765). Red value is 204 (80.08% from 255 or 64.15% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C56 is #33E3A9. Grayscale: #575757. Windows color (decimal): -3400618 or 5643468. OLE color: 5643468.
HSL color Cylindrical-coordinate representation of color #CC1C56: hue angle of 340.23º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C56 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 86 | - |
| CMYK | 0 | 0.86 | 0.58 | 0.2 |
| HSL | 340.23º | 0.76% | 0.45% | - |
| HSV(B) | 340.23º | 0.86% | 0.8% | - |
| XYZ | 27 | 14.34 | 10.15 | - |
| YUV | 87.24 | 127.31 | 211.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 86 | 0 | 0.86 | 0.58 | 0.2 | 340.23 | 0.76 | 0.45 |
| Hex | CC | 1C | 56 | 0 | 56 | 3A | 14 | 154 | 4C | 2D |
| Octal | 314 | 34 | 126 | 0 | 126 | 72 | 24 | 524 | 114 | 55 |
| Binary | 11001100 | 11100 | 1010110 | 0 | 1010110 | 111010 | 10100 | 101010100 | 1001100 | 101101 |
Color Harmonies of #CC1C56
Complementary color
Monochromatic Colors of #CC1C56
Black with #CC1C56
Text Example
Text Example
White with #CC1C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C56; }
p { color: rgb(204,28,86); }
H1.HeaderClassName
{
color: #CC1C56;
}
.AnyTagClassName
{
color: #CC1C56;
}
</style>
background-color css
<style>
a { background-color: #CC1C56; }
a { background-color: rgb(204,28,86); }
div.DivClassName
{
background-color: #CC1C56;
}
.BgClassName
{
background-color: #CC1C56;
}
</style>
border-color css
<style>
span { border-color: #CC1C56; }
span { border-color: rgb(204,28,86); }
td.TdClassName
{
border-color: #CC1C56;
}
.TagClassName
{
border-color: #CC1C56;
}
</style>