Shades of Ruby #CA1F66
Tints of Ruby #CA1F66
RGB
CMYK
RGB Variations
Color information
#CA1F66 (or 0xCA1F66) is known color: Ruby. HEX triplet: CA, 1F and 66. RGB value is (202,31,102). Sum of RGB (Red+Green+Blue) = 202+31+102=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA1F66 is #35E099. Grayscale: #5A5A5A. Windows color (decimal): -3530906 or 6692810. OLE color: 6692810.
HSL color Cylindrical-coordinate representation of color #CA1F66: hue angle of 335.09º 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 #CA1F66 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 31 | 102 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.21 |
| HSL | 335.09º | 0.73% | 0.46% | - |
| HSV(B) | 335.09º | 0.85% | 0.79% | - |
| XYZ | 27.25 | 14.5 | 13.93 | - |
| YUV | 90.22 | 134.65 | 207.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 31 | 102 | 0 | 0.85 | 0.50 | 0.21 | 335.09 | 0.73 | 0.46 |
| Hex | CA | 1F | 66 | 0 | 55 | 32 | 15 | 14F | 49 | 2E |
| Octal | 312 | 37 | 146 | 0 | 125 | 62 | 25 | 517 | 111 | 56 |
| Binary | 11001010 | 11111 | 1100110 | 0 | 1010101 | 110010 | 10101 | 101001111 | 1001001 | 101110 |
Color Harmonies of #CA1F66
Complementary color
Monochromatic Colors of #CA1F66
Black with #CA1F66
Text Example
Text Example
White with #CA1F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1F66; }
p { color: rgb(202,31,102); }
H1.HeaderClassName
{
color: #CA1F66;
}
.AnyTagClassName
{
color: #CA1F66;
}
</style>
background-color css
<style>
a { background-color: #CA1F66; }
a { background-color: rgb(202,31,102); }
div.DivClassName
{
background-color: #CA1F66;
}
.BgClassName
{
background-color: #CA1F66;
}
</style>
border-color css
<style>
span { border-color: #CA1F66; }
span { border-color: rgb(202,31,102); }
td.TdClassName
{
border-color: #CA1F66;
}
.TagClassName
{
border-color: #CA1F66;
}
</style>