Shades of Ruby #CC1359
Tints of Ruby #CC1359
RGB
CMYK
RGB Variations
Color information
#CC1359 (or 0xCC1359) is known color: Ruby. HEX triplet: CC, 13 and 59. RGB value is (204,19,89). Sum of RGB (Red+Green+Blue) = 204+19+89=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1359 is #33ECA6. Grayscale: #525252. Windows color (decimal): -3402919 or 5837772. OLE color: 5837772.
HSL color Cylindrical-coordinate representation of color #CC1359: hue angle of 337.3º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1359 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 19 | 89 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.2 |
| HSL | 337.3º | 0.83% | 0.44% | - |
| HSV(B) | 337.3º | 0.91% | 0.8% | - |
| XYZ | 26.94 | 14.02 | 10.74 | - |
| YUV | 82.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 19 | 89 | 0 | 0.91 | 0.56 | 0.2 | 337.3 | 0.83 | 0.44 |
| Hex | CC | 13 | 59 | 0 | 5B | 38 | 14 | 151 | 53 | 2C |
| Octal | 314 | 23 | 131 | 0 | 133 | 70 | 24 | 521 | 123 | 54 |
| Binary | 11001100 | 10011 | 1011001 | 0 | 1011011 | 111000 | 10100 | 101010001 | 1010011 | 101100 |
Color Harmonies of #CC1359
Complementary color
Monochromatic Colors of #CC1359
Black with #CC1359
Text Example
Text Example
White with #CC1359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1359; }
p { color: rgb(204,19,89); }
H1.HeaderClassName
{
color: #CC1359;
}
.AnyTagClassName
{
color: #CC1359;
}
</style>
background-color css
<style>
a { background-color: #CC1359; }
a { background-color: rgb(204,19,89); }
div.DivClassName
{
background-color: #CC1359;
}
.BgClassName
{
background-color: #CC1359;
}
</style>
border-color css
<style>
span { border-color: #CC1359; }
span { border-color: rgb(204,19,89); }
td.TdClassName
{
border-color: #CC1359;
}
.TagClassName
{
border-color: #CC1359;
}
</style>