Shades of Ruby #CC085E
Tints of Ruby #CC085E
RGB
CMYK
RGB Variations
Color information
#CC085E (or 0xCC085E) is known color: Ruby. HEX triplet: CC, 08 and 5E. RGB value is (204,8,94). Sum of RGB (Red+Green+Blue) = 204+8+94=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085E is #33F7A1. Grayscale: #4C4C4C. Windows color (decimal): -3405730 or 6162636. OLE color: 6162636.
HSL color Cylindrical-coordinate representation of color #CC085E: hue angle of 333.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC085E is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 94 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.2 |
| HSL | 333.67º | 0.92% | 0.42% | - |
| HSV(B) | 333.67º | 0.96% | 0.8% | - |
| XYZ | 27.01 | 13.82 | 11.83 | - |
| YUV | 76.41 | 137.93 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 94 | 0 | 0.96 | 0.54 | 0.2 | 333.67 | 0.92 | 0.42 |
| Hex | CC | 8 | 5E | 0 | 60 | 36 | 14 | 14E | 5C | 2A |
| Octal | 314 | 10 | 136 | 0 | 140 | 66 | 24 | 516 | 134 | 52 |
| Binary | 11001100 | 1000 | 1011110 | 0 | 1100000 | 110110 | 10100 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CC085E
Complementary color
Monochromatic Colors of #CC085E
Black with #CC085E
Text Example
Text Example
White with #CC085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC085E; }
p { color: rgb(204,8,94); }
H1.HeaderClassName
{
color: #CC085E;
}
.AnyTagClassName
{
color: #CC085E;
}
</style>
background-color css
<style>
a { background-color: #CC085E; }
a { background-color: rgb(204,8,94); }
div.DivClassName
{
background-color: #CC085E;
}
.BgClassName
{
background-color: #CC085E;
}
</style>
border-color css
<style>
span { border-color: #CC085E; }
span { border-color: rgb(204,8,94); }
td.TdClassName
{
border-color: #CC085E;
}
.TagClassName
{
border-color: #CC085E;
}
</style>