Shades of Ruby #CC1C5B
Tints of Ruby #CC1C5B
RGB
CMYK
RGB Variations
Color information
#CC1C5B (or 0xCC1C5B) is known color: Ruby. HEX triplet: CC, 1C and 5B. RGB value is (204,28,91). Sum of RGB (Red+Green+Blue) = 204+28+91=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 91 (35.94% from 255 or 28.17% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C5B is #33E3A4. Grayscale: #575757. Windows color (decimal): -3400613 or 5971148. OLE color: 5971148.
HSL color Cylindrical-coordinate representation of color #CC1C5B: hue angle of 338.52º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C5B is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 91 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.2 |
| HSL | 338.52º | 0.76% | 0.45% | - |
| HSV(B) | 338.52º | 0.86% | 0.8% | - |
| XYZ | 27.21 | 14.42 | 11.25 | - |
| YUV | 87.81 | 129.81 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 91 | 0 | 0.86 | 0.55 | 0.2 | 338.52 | 0.76 | 0.45 |
| Hex | CC | 1C | 5B | 0 | 56 | 37 | 14 | 153 | 4C | 2D |
| Octal | 314 | 34 | 133 | 0 | 126 | 67 | 24 | 523 | 114 | 55 |
| Binary | 11001100 | 11100 | 1011011 | 0 | 1010110 | 110111 | 10100 | 101010011 | 1001100 | 101101 |
Color Harmonies of #CC1C5B
Complementary color
Monochromatic Colors of #CC1C5B
Black with #CC1C5B
Text Example
Text Example
White with #CC1C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C5B; }
p { color: rgb(204,28,91); }
H1.HeaderClassName
{
color: #CC1C5B;
}
.AnyTagClassName
{
color: #CC1C5B;
}
</style>
background-color css
<style>
a { background-color: #CC1C5B; }
a { background-color: rgb(204,28,91); }
div.DivClassName
{
background-color: #CC1C5B;
}
.BgClassName
{
background-color: #CC1C5B;
}
</style>
border-color css
<style>
span { border-color: #CC1C5B; }
span { border-color: rgb(204,28,91); }
td.TdClassName
{
border-color: #CC1C5B;
}
.TagClassName
{
border-color: #CC1C5B;
}
</style>