Shades of Ruby #CC1563
Tints of Ruby #CC1563
RGB
CMYK
RGB Variations
Color information
#CC1563 (or 0xCC1563) is known color: Ruby. HEX triplet: CC, 15 and 63. RGB value is (204,21,99). Sum of RGB (Red+Green+Blue) = 204+21+99=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1563 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1563 is #33EA9C. Grayscale: #545454. Windows color (decimal): -3402397 or 6493644. OLE color: 6493644.
HSL color Cylindrical-coordinate representation of color #CC1563: hue angle of 334.43º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1563 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 21 | 99 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.2 |
| HSL | 334.43º | 0.81% | 0.44% | - |
| HSV(B) | 334.43º | 0.9% | 0.8% | - |
| XYZ | 27.42 | 14.27 | 13.11 | - |
| YUV | 84.61 | 136.13 | 213.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 21 | 99 | 0 | 0.90 | 0.51 | 0.2 | 334.43 | 0.81 | 0.44 |
| Hex | CC | 15 | 63 | 0 | 5A | 33 | 14 | 14E | 51 | 2C |
| Octal | 314 | 25 | 143 | 0 | 132 | 63 | 24 | 516 | 121 | 54 |
| Binary | 11001100 | 10101 | 1100011 | 0 | 1011010 | 110011 | 10100 | 101001110 | 1010001 | 101100 |
Color Harmonies of #CC1563
Complementary color
Monochromatic Colors of #CC1563
Black with #CC1563
Text Example
Text Example
White with #CC1563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1563; }
p { color: rgb(204,21,99); }
H1.HeaderClassName
{
color: #CC1563;
}
.AnyTagClassName
{
color: #CC1563;
}
</style>
background-color css
<style>
a { background-color: #CC1563; }
a { background-color: rgb(204,21,99); }
div.DivClassName
{
background-color: #CC1563;
}
.BgClassName
{
background-color: #CC1563;
}
</style>
border-color css
<style>
span { border-color: #CC1563; }
span { border-color: rgb(204,21,99); }
td.TdClassName
{
border-color: #CC1563;
}
.TagClassName
{
border-color: #CC1563;
}
</style>