Shades of Ruby #CC055A
Tints of Ruby #CC055A
RGB
CMYK
RGB Variations
Color information
#CC055A (or 0xCC055A) is known color: Ruby. HEX triplet: CC, 05 and 5A. RGB value is (204,5,90). Sum of RGB (Red+Green+Blue) = 204+5+90=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC055A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC055A is #33FAA5. Grayscale: #4A4A4A. Windows color (decimal): -3406502 or 5899724. OLE color: 5899724.
HSL color Cylindrical-coordinate representation of color #CC055A: hue angle of 334.37º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC055A is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 90 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.2 |
| HSL | 334.37º | 0.95% | 0.41% | - |
| HSV(B) | 334.37º | 0.98% | 0.8% | - |
| XYZ | 26.8 | 13.68 | 10.9 | - |
| YUV | 74.19 | 136.93 | 220.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 90 | 0 | 0.98 | 0.56 | 0.2 | 334.37 | 0.95 | 0.41 |
| Hex | CC | 5 | 5A | 0 | 62 | 38 | 14 | 14E | 5F | 29 |
| Octal | 314 | 5 | 132 | 0 | 142 | 70 | 24 | 516 | 137 | 51 |
| Binary | 11001100 | 101 | 1011010 | 0 | 1100010 | 111000 | 10100 | 101001110 | 1011111 | 101001 |
Color Harmonies of #CC055A
Complementary color
Monochromatic Colors of #CC055A
Black with #CC055A
Text Example
Text Example
White with #CC055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC055A; }
p { color: rgb(204,5,90); }
H1.HeaderClassName
{
color: #CC055A;
}
.AnyTagClassName
{
color: #CC055A;
}
</style>
background-color css
<style>
a { background-color: #CC055A; }
a { background-color: rgb(204,5,90); }
div.DivClassName
{
background-color: #CC055A;
}
.BgClassName
{
background-color: #CC055A;
}
</style>
border-color css
<style>
span { border-color: #CC055A; }
span { border-color: rgb(204,5,90); }
td.TdClassName
{
border-color: #CC055A;
}
.TagClassName
{
border-color: #CC055A;
}
</style>