Shades of Ruby #CC145B
Tints of Ruby #CC145B
RGB
CMYK
RGB Variations
Color information
#CC145B (or 0xCC145B) is known color: Ruby. HEX triplet: CC, 14 and 5B. RGB value is (204,20,91). Sum of RGB (Red+Green+Blue) = 204+20+91=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC145B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC145B is #33EBA4. Grayscale: #535353. Windows color (decimal): -3402661 or 5969100. OLE color: 5969100.
HSL color Cylindrical-coordinate representation of color #CC145B: hue angle of 336.85º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC145B is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 20 | 91 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.2 |
| HSL | 336.85º | 0.82% | 0.44% | - |
| HSV(B) | 336.85º | 0.9% | 0.8% | - |
| XYZ | 27.04 | 14.09 | 11.19 | - |
| YUV | 83.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 20 | 91 | 0 | 0.90 | 0.55 | 0.2 | 336.85 | 0.82 | 0.44 |
| Hex | CC | 14 | 5B | 0 | 5A | 37 | 14 | 151 | 52 | 2C |
| Octal | 314 | 24 | 133 | 0 | 132 | 67 | 24 | 521 | 122 | 54 |
| Binary | 11001100 | 10100 | 1011011 | 0 | 1011010 | 110111 | 10100 | 101010001 | 1010010 | 101100 |
Color Harmonies of #CC145B
Complementary color
Monochromatic Colors of #CC145B
Black with #CC145B
Text Example
Text Example
White with #CC145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC145B; }
p { color: rgb(204,20,91); }
H1.HeaderClassName
{
color: #CC145B;
}
.AnyTagClassName
{
color: #CC145B;
}
</style>
background-color css
<style>
a { background-color: #CC145B; }
a { background-color: rgb(204,20,91); }
div.DivClassName
{
background-color: #CC145B;
}
.BgClassName
{
background-color: #CC145B;
}
</style>
border-color css
<style>
span { border-color: #CC145B; }
span { border-color: rgb(204,20,91); }
td.TdClassName
{
border-color: #CC145B;
}
.TagClassName
{
border-color: #CC145B;
}
</style>