Shades of Ruby #CA075C
Tints of Ruby #CA075C
RGB
CMYK
RGB Variations
Color information
#CA075C (or 0xCA075C) is known color: Ruby. HEX triplet: CA, 07 and 5C. RGB value is (202,7,92). Sum of RGB (Red+Green+Blue) = 202+7+92=301 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.11% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 202 - color contains mainly: red. Hex color #CA075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA075C is #35F8A3. Grayscale: #4A4A4A. Windows color (decimal): -3537060 or 6031306. OLE color: 6031306.
HSL color Cylindrical-coordinate representation of color #CA075C: hue angle of 333.85º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CA075C is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 7 | 92 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.21 |
| HSL | 333.85º | 0.93% | 0.41% | - |
| HSV(B) | 333.85º | 0.97% | 0.79% | - |
| XYZ | 26.36 | 13.48 | 11.34 | - |
| YUV | 75 | 137.6 | 218.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 7 | 92 | 0 | 0.97 | 0.54 | 0.21 | 333.85 | 0.93 | 0.41 |
| Hex | CA | 7 | 5C | 0 | 61 | 36 | 15 | 14E | 5D | 29 |
| Octal | 312 | 7 | 134 | 0 | 141 | 66 | 25 | 516 | 135 | 51 |
| Binary | 11001010 | 111 | 1011100 | 0 | 1100001 | 110110 | 10101 | 101001110 | 1011101 | 101001 |
Color Harmonies of #CA075C
Complementary color
Monochromatic Colors of #CA075C
Black with #CA075C
Text Example
Text Example
White with #CA075C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA075C; }
p { color: rgb(202,7,92); }
H1.HeaderClassName
{
color: #CA075C;
}
.AnyTagClassName
{
color: #CA075C;
}
</style>
background-color css
<style>
a { background-color: #CA075C; }
a { background-color: rgb(202,7,92); }
div.DivClassName
{
background-color: #CA075C;
}
.BgClassName
{
background-color: #CA075C;
}
</style>
border-color css
<style>
span { border-color: #CA075C; }
span { border-color: rgb(202,7,92); }
td.TdClassName
{
border-color: #CA075C;
}
.TagClassName
{
border-color: #CA075C;
}
</style>