Shades of Ruby #CC075E
Tints of Ruby #CC075E
RGB
CMYK
RGB Variations
Color information
#CC075E (or 0xCC075E) is known color: Ruby. HEX triplet: CC, 07 and 5E. RGB value is (204,7,94). Sum of RGB (Red+Green+Blue) = 204+7+94=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC075E is #33F8A1. Grayscale: #4B4B4B. Windows color (decimal): -3405986 or 6162380. OLE color: 6162380.
HSL color Cylindrical-coordinate representation of color #CC075E: hue angle of 333.5º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CC075E is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.2 |
| HSL | 333.5º | 0.93% | 0.41% | - |
| HSV(B) | 333.5º | 0.97% | 0.8% | - |
| XYZ | 27 | 13.8 | 11.83 | - |
| YUV | 75.82 | 138.27 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 94 | 0 | 0.97 | 0.54 | 0.2 | 333.5 | 0.93 | 0.41 |
| Hex | CC | 7 | 5E | 0 | 61 | 36 | 14 | 14E | 5D | 29 |
| Octal | 314 | 7 | 136 | 0 | 141 | 66 | 24 | 516 | 135 | 51 |
| Binary | 11001100 | 111 | 1011110 | 0 | 1100001 | 110110 | 10100 | 101001110 | 1011101 | 101001 |
Color Harmonies of #CC075E
Complementary color
Monochromatic Colors of #CC075E
Black with #CC075E
Text Example
Text Example
White with #CC075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC075E; }
p { color: rgb(204,7,94); }
H1.HeaderClassName
{
color: #CC075E;
}
.AnyTagClassName
{
color: #CC075E;
}
</style>
background-color css
<style>
a { background-color: #CC075E; }
a { background-color: rgb(204,7,94); }
div.DivClassName
{
background-color: #CC075E;
}
.BgClassName
{
background-color: #CC075E;
}
</style>
border-color css
<style>
span { border-color: #CC075E; }
span { border-color: rgb(204,7,94); }
td.TdClassName
{
border-color: #CC075E;
}
.TagClassName
{
border-color: #CC075E;
}
</style>