Shades of Ruby #CC115B
Tints of Ruby #CC115B
RGB
CMYK
RGB Variations
Color information
#CC115B (or 0xCC115B) is known color: Ruby. HEX triplet: CC, 11 and 5B. RGB value is (204,17,91). Sum of RGB (Red+Green+Blue) = 204+17+91=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC115B is #33EEA4. Grayscale: #515151. Windows color (decimal): -3403429 or 5968332. OLE color: 5968332.
HSL color Cylindrical-coordinate representation of color #CC115B: hue angle of 336.26º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC115B is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 91 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.2 |
| HSL | 336.26º | 0.85% | 0.43% | - |
| HSV(B) | 336.26º | 0.92% | 0.8% | - |
| XYZ | 26.99 | 13.99 | 11.18 | - |
| YUV | 81.35 | 133.45 | 215.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 91 | 0 | 0.92 | 0.55 | 0.2 | 336.26 | 0.85 | 0.43 |
| Hex | CC | 11 | 5B | 0 | 5C | 37 | 14 | 150 | 55 | 2B |
| Octal | 314 | 21 | 133 | 0 | 134 | 67 | 24 | 520 | 125 | 53 |
| Binary | 11001100 | 10001 | 1011011 | 0 | 1011100 | 110111 | 10100 | 101010000 | 1010101 | 101011 |
Color Harmonies of #CC115B
Complementary color
Monochromatic Colors of #CC115B
Black with #CC115B
Text Example
Text Example
White with #CC115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC115B; }
p { color: rgb(204,17,91); }
H1.HeaderClassName
{
color: #CC115B;
}
.AnyTagClassName
{
color: #CC115B;
}
</style>
background-color css
<style>
a { background-color: #CC115B; }
a { background-color: rgb(204,17,91); }
div.DivClassName
{
background-color: #CC115B;
}
.BgClassName
{
background-color: #CC115B;
}
</style>
border-color css
<style>
span { border-color: #CC115B; }
span { border-color: rgb(204,17,91); }
td.TdClassName
{
border-color: #CC115B;
}
.TagClassName
{
border-color: #CC115B;
}
</style>