Shades of Ruby #CC055B
Tints of Ruby #CC055B
RGB
CMYK
RGB Variations
Color information
#CC055B (or 0xCC055B) is known color: Ruby. HEX triplet: CC, 05 and 5B. RGB value is (204,5,91). Sum of RGB (Red+Green+Blue) = 204+5+91=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC055B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC055B is #33FAA4. Grayscale: #4A4A4A. Windows color (decimal): -3406501 or 5965260. OLE color: 5965260.
HSL color Cylindrical-coordinate representation of color #CC055B: hue angle of 334.07º 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 #CC055B is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.2 |
| HSL | 334.07º | 0.95% | 0.41% | - |
| HSV(B) | 334.07º | 0.98% | 0.8% | - |
| XYZ | 26.84 | 13.7 | 11.13 | - |
| YUV | 74.31 | 137.43 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 91 | 0 | 0.98 | 0.55 | 0.2 | 334.07 | 0.95 | 0.41 |
| Hex | CC | 5 | 5B | 0 | 62 | 37 | 14 | 14E | 5F | 29 |
| Octal | 314 | 5 | 133 | 0 | 142 | 67 | 24 | 516 | 137 | 51 |
| Binary | 11001100 | 101 | 1011011 | 0 | 1100010 | 110111 | 10100 | 101001110 | 1011111 | 101001 |
Color Harmonies of #CC055B
Complementary color
Monochromatic Colors of #CC055B
Black with #CC055B
Text Example
Text Example
White with #CC055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC055B; }
p { color: rgb(204,5,91); }
H1.HeaderClassName
{
color: #CC055B;
}
.AnyTagClassName
{
color: #CC055B;
}
</style>
background-color css
<style>
a { background-color: #CC055B; }
a { background-color: rgb(204,5,91); }
div.DivClassName
{
background-color: #CC055B;
}
.BgClassName
{
background-color: #CC055B;
}
</style>
border-color css
<style>
span { border-color: #CC055B; }
span { border-color: rgb(204,5,91); }
td.TdClassName
{
border-color: #CC055B;
}
.TagClassName
{
border-color: #CC055B;
}
</style>