Shades of Ruby #CC075C
Tints of Ruby #CC075C
RGB
CMYK
RGB Variations
Color information
#CC075C (or 0xCC075C) is known color: Ruby. HEX triplet: CC, 07 and 5C. RGB value is (204,7,92). Sum of RGB (Red+Green+Blue) = 204+7+92=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC075C is #33F8A3. Grayscale: #4B4B4B. Windows color (decimal): -3405988 or 6031308. OLE color: 6031308.
HSL color Cylindrical-coordinate representation of color #CC075C: hue angle of 334.11º 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 #CC075C is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.2 |
| HSL | 334.11º | 0.93% | 0.41% | - |
| HSV(B) | 334.11º | 0.97% | 0.8% | - |
| XYZ | 26.91 | 13.76 | 11.36 | - |
| YUV | 75.59 | 137.27 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 7 | 92 | 0 | 0.97 | 0.55 | 0.2 | 334.11 | 0.93 | 0.41 |
| Hex | CC | 7 | 5C | 0 | 61 | 37 | 14 | 14E | 5D | 29 |
| Octal | 314 | 7 | 134 | 0 | 141 | 67 | 24 | 516 | 135 | 51 |
| Binary | 11001100 | 111 | 1011100 | 0 | 1100001 | 110111 | 10100 | 101001110 | 1011101 | 101001 |
Color Harmonies of #CC075C
Complementary color
Monochromatic Colors of #CC075C
Black with #CC075C
Text Example
Text Example
White with #CC075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC075C; }
p { color: rgb(204,7,92); }
H1.HeaderClassName
{
color: #CC075C;
}
.AnyTagClassName
{
color: #CC075C;
}
</style>
background-color css
<style>
a { background-color: #CC075C; }
a { background-color: rgb(204,7,92); }
div.DivClassName
{
background-color: #CC075C;
}
.BgClassName
{
background-color: #CC075C;
}
</style>
border-color css
<style>
span { border-color: #CC075C; }
span { border-color: rgb(204,7,92); }
td.TdClassName
{
border-color: #CC075C;
}
.TagClassName
{
border-color: #CC075C;
}
</style>