Shades of Ruby #CA1F6B
Tints of Ruby #CA1F6B
RGB
CMYK
RGB Variations
Color information
#CA1F6B (or 0xCA1F6B) is known color: Ruby. HEX triplet: CA, 1F and 6B. RGB value is (202,31,107). Sum of RGB (Red+Green+Blue) = 202+31+107=340 (45% of max value = 765). Red value is 202 (79.30% from 255 or 59.41% from 340); Green value is 31 (12.5% from 255 or 9.12% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F6B is #35E094. Grayscale: #5A5A5A. Windows color (decimal): -3530901 or 7020490. OLE color: 7020490.
HSL color Cylindrical-coordinate representation of color #CA1F6B: hue angle of 333.33º 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 #CA1F6B is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 107 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.21 |
| HSL | 333.33º | 0.73% | 0.46% | - |
| HSV(B) | 333.33º | 0.85% | 0.79% | - |
| XYZ | 27.5 | 14.6 | 15.28 | - |
| YUV | 90.79 | 137.15 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 107 | 0 | 0.85 | 0.47 | 0.21 | 333.33 | 0.73 | 0.46 |
| Hex | CA | 1F | 6B | 0 | 55 | 2F | 15 | 14D | 49 | 2E |
| Octal | 312 | 37 | 153 | 0 | 125 | 57 | 25 | 515 | 111 | 56 |
| Binary | 11001010 | 11111 | 1101011 | 0 | 1010101 | 101111 | 10101 | 101001101 | 1001001 | 101110 |
Color Harmonies of #CA1F6B
Complementary color
Monochromatic Colors of #CA1F6B
Black with #CA1F6B
Text Example
Text Example
White with #CA1F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F6B; }
p { color: rgb(202,31,107); }
H1.HeaderClassName
{
color: #CA1F6B;
}
.AnyTagClassName
{
color: #CA1F6B;
}
</style>
background-color css
<style>
a { background-color: #CA1F6B; }
a { background-color: rgb(202,31,107); }
div.DivClassName
{
background-color: #CA1F6B;
}
.BgClassName
{
background-color: #CA1F6B;
}
</style>
border-color css
<style>
span { border-color: #CA1F6B; }
span { border-color: rgb(202,31,107); }
td.TdClassName
{
border-color: #CA1F6B;
}
.TagClassName
{
border-color: #CA1F6B;
}
</style>