Shades of Ruby #CC1D5F
Tints of Ruby #CC1D5F
RGB
CMYK
RGB Variations
Color information
#CC1D5F (or 0xCC1D5F) is known color: Ruby. HEX triplet: CC, 1D and 5F. RGB value is (204,29,95). Sum of RGB (Red+Green+Blue) = 204+29+95=328 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.20% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1D5F is #33E2A0. Grayscale: #585858. Windows color (decimal): -3400353 or 6233548. OLE color: 6233548.
HSL color Cylindrical-coordinate representation of color #CC1D5F: hue angle of 337.37º 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 #CC1D5F is Cyan = 0, Magento = 0.86, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 29 | 95 | - |
| CMYK | 0 | 0.86 | 0.53 | 0.2 |
| HSL | 337.37º | 0.75% | 0.46% | - |
| HSV(B) | 337.37º | 0.86% | 0.8% | - |
| XYZ | 27.41 | 14.54 | 12.19 | - |
| YUV | 88.85 | 131.48 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 29 | 95 | 0 | 0.86 | 0.53 | 0.2 | 337.37 | 0.75 | 0.46 |
| Hex | CC | 1D | 5F | 0 | 56 | 35 | 14 | 151 | 4B | 2E |
| Octal | 314 | 35 | 137 | 0 | 126 | 65 | 24 | 521 | 113 | 56 |
| Binary | 11001100 | 11101 | 1011111 | 0 | 1010110 | 110101 | 10100 | 101010001 | 1001011 | 101110 |
Color Harmonies of #CC1D5F
Complementary color
Monochromatic Colors of #CC1D5F
Black with #CC1D5F
Text Example
Text Example
White with #CC1D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1D5F; }
p { color: rgb(204,29,95); }
H1.HeaderClassName
{
color: #CC1D5F;
}
.AnyTagClassName
{
color: #CC1D5F;
}
</style>
background-color css
<style>
a { background-color: #CC1D5F; }
a { background-color: rgb(204,29,95); }
div.DivClassName
{
background-color: #CC1D5F;
}
.BgClassName
{
background-color: #CC1D5F;
}
</style>
border-color css
<style>
span { border-color: #CC1D5F; }
span { border-color: rgb(204,29,95); }
td.TdClassName
{
border-color: #CC1D5F;
}
.TagClassName
{
border-color: #CC1D5F;
}
</style>