Shades of Ruby #CC1D60
Tints of Ruby #CC1D60
RGB
CMYK
RGB Variations
Color information
#CC1D60 (or 0xCC1D60) is known color: Ruby. HEX triplet: CC, 1D and 60. RGB value is (204,29,96). Sum of RGB (Red+Green+Blue) = 204+29+96=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D60 is #33E29F. Grayscale: #585858. Windows color (decimal): -3400352 or 6299084. OLE color: 6299084.
HSL color Cylindrical-coordinate representation of color #CC1D60: hue angle of 337.03º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1D60 is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 96 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.2 |
| HSL | 337.03º | 0.75% | 0.46% | - |
| HSV(B) | 337.03º | 0.86% | 0.8% | - |
| XYZ | 27.45 | 14.56 | 12.43 | - |
| YUV | 88.96 | 131.98 | 210.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 96 | 0 | 0.86 | 0.53 | 0.2 | 337.03 | 0.75 | 0.46 |
| Hex | CC | 1D | 60 | 0 | 56 | 35 | 14 | 151 | 4B | 2E |
| Octal | 314 | 35 | 140 | 0 | 126 | 65 | 24 | 521 | 113 | 56 |
| Binary | 11001100 | 11101 | 1100000 | 0 | 1010110 | 110101 | 10100 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CC1D60
Complementary color
Monochromatic Colors of #CC1D60
Black with #CC1D60
Text Example
Text Example
White with #CC1D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D60; }
p { color: rgb(204,29,96); }
H1.HeaderClassName
{
color: #CC1D60;
}
.AnyTagClassName
{
color: #CC1D60;
}
</style>
background-color css
<style>
a { background-color: #CC1D60; }
a { background-color: rgb(204,29,96); }
div.DivClassName
{
background-color: #CC1D60;
}
.BgClassName
{
background-color: #CC1D60;
}
</style>
border-color css
<style>
span { border-color: #CC1D60; }
span { border-color: rgb(204,29,96); }
td.TdClassName
{
border-color: #CC1D60;
}
.TagClassName
{
border-color: #CC1D60;
}
</style>