Shades of Ruby #CC085C
Tints of Ruby #CC085C
RGB
CMYK
RGB Variations
Color information
#CC085C (or 0xCC085C) is known color: Ruby. HEX triplet: CC, 08 and 5C. RGB value is (204,8,92). Sum of RGB (Red+Green+Blue) = 204+8+92=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC085C is #33F7A3. Grayscale: #4C4C4C. Windows color (decimal): -3405732 or 6031564. OLE color: 6031564.
HSL color Cylindrical-coordinate representation of color #CC085C: hue angle of 334.29º 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 #CC085C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 92 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.2 |
| HSL | 334.29º | 0.92% | 0.42% | - |
| HSV(B) | 334.29º | 0.96% | 0.8% | - |
| XYZ | 26.92 | 13.78 | 11.37 | - |
| YUV | 76.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 92 | 0 | 0.96 | 0.55 | 0.2 | 334.29 | 0.92 | 0.42 |
| Hex | CC | 8 | 5C | 0 | 60 | 37 | 14 | 14E | 5C | 2A |
| Octal | 314 | 10 | 134 | 0 | 140 | 67 | 24 | 516 | 134 | 52 |
| Binary | 11001100 | 1000 | 1011100 | 0 | 1100000 | 110111 | 10100 | 101001110 | 1011100 | 101010 |
Color Harmonies of #CC085C
Complementary color
Monochromatic Colors of #CC085C
Black with #CC085C
Text Example
Text Example
White with #CC085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC085C; }
p { color: rgb(204,8,92); }
H1.HeaderClassName
{
color: #CC085C;
}
.AnyTagClassName
{
color: #CC085C;
}
</style>
background-color css
<style>
a { background-color: #CC085C; }
a { background-color: rgb(204,8,92); }
div.DivClassName
{
background-color: #CC085C;
}
.BgClassName
{
background-color: #CC085C;
}
</style>
border-color css
<style>
span { border-color: #CC085C; }
span { border-color: rgb(204,8,92); }
td.TdClassName
{
border-color: #CC085C;
}
.TagClassName
{
border-color: #CC085C;
}
</style>