Shades of Ruby #CA1F62
Tints of Ruby #CA1F62
RGB
CMYK
RGB Variations
Color information
#CA1F62 (or 0xCA1F62) is known color: Ruby. HEX triplet: CA, 1F and 62. RGB value is (202,31,98). Sum of RGB (Red+Green+Blue) = 202+31+98=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F62 is #35E09D. Grayscale: #595959. Windows color (decimal): -3530910 or 6430666. OLE color: 6430666.
HSL color Cylindrical-coordinate representation of color #CA1F62: hue angle of 336.49º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F62 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 98 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.21 |
| HSL | 336.49º | 0.73% | 0.46% | - |
| HSV(B) | 336.49º | 0.85% | 0.79% | - |
| XYZ | 27.05 | 14.42 | 12.91 | - |
| YUV | 89.77 | 132.65 | 208.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 98 | 0 | 0.85 | 0.51 | 0.21 | 336.49 | 0.73 | 0.46 |
| Hex | CA | 1F | 62 | 0 | 55 | 33 | 15 | 150 | 49 | 2E |
| Octal | 312 | 37 | 142 | 0 | 125 | 63 | 25 | 520 | 111 | 56 |
| Binary | 11001010 | 11111 | 1100010 | 0 | 1010101 | 110011 | 10101 | 101010000 | 1001001 | 101110 |
Color Harmonies of #CA1F62
Complementary color
Monochromatic Colors of #CA1F62
Black with #CA1F62
Text Example
Text Example
White with #CA1F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F62; }
p { color: rgb(202,31,98); }
H1.HeaderClassName
{
color: #CA1F62;
}
.AnyTagClassName
{
color: #CA1F62;
}
</style>
background-color css
<style>
a { background-color: #CA1F62; }
a { background-color: rgb(202,31,98); }
div.DivClassName
{
background-color: #CA1F62;
}
.BgClassName
{
background-color: #CA1F62;
}
</style>
border-color css
<style>
span { border-color: #CA1F62; }
span { border-color: rgb(202,31,98); }
td.TdClassName
{
border-color: #CA1F62;
}
.TagClassName
{
border-color: #CA1F62;
}
</style>