Shades of Ruby #CC1863
Tints of Ruby #CC1863
RGB
CMYK
RGB Variations
Color information
#CC1863 (or 0xCC1863) is known color: Ruby. HEX triplet: CC, 18 and 63. RGB value is (204,24,99). Sum of RGB (Red+Green+Blue) = 204+24+99=327 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.39% from 327); Green value is 24 (9.77% from 255 or 7.34% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1863 is #33E79C. Grayscale: #565656. Windows color (decimal): -3401629 or 6494412. OLE color: 6494412.
HSL color Cylindrical-coordinate representation of color #CC1863: hue angle of 335º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1863 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 24 | 99 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.2 |
| HSL | 335º | 0.79% | 0.45% | - |
| HSV(B) | 335º | 0.88% | 0.8% | - |
| XYZ | 27.48 | 14.39 | 13.13 | - |
| YUV | 86.37 | 135.13 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 24 | 99 | 0 | 0.88 | 0.51 | 0.2 | 335 | 0.79 | 0.45 |
| Hex | CC | 18 | 63 | 0 | 58 | 33 | 14 | 14F | 4F | 2D |
| Octal | 314 | 30 | 143 | 0 | 130 | 63 | 24 | 517 | 117 | 55 |
| Binary | 11001100 | 11000 | 1100011 | 0 | 1011000 | 110011 | 10100 | 101001111 | 1001111 | 101101 |
Color Harmonies of #CC1863
Complementary color
Monochromatic Colors of #CC1863
Black with #CC1863
Text Example
Text Example
White with #CC1863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1863; }
p { color: rgb(204,24,99); }
H1.HeaderClassName
{
color: #CC1863;
}
.AnyTagClassName
{
color: #CC1863;
}
</style>
background-color css
<style>
a { background-color: #CC1863; }
a { background-color: rgb(204,24,99); }
div.DivClassName
{
background-color: #CC1863;
}
.BgClassName
{
background-color: #CC1863;
}
</style>
border-color css
<style>
span { border-color: #CC1863; }
span { border-color: rgb(204,24,99); }
td.TdClassName
{
border-color: #CC1863;
}
.TagClassName
{
border-color: #CC1863;
}
</style>