Shades of Ruby #CA0F63
Tints of Ruby #CA0F63
RGB
CMYK
RGB Variations
Color information
#CA0F63 (or 0xCA0F63) is known color: Ruby. HEX triplet: CA, 0F and 63. RGB value is (202,15,99). Sum of RGB (Red+Green+Blue) = 202+15+99=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 99 (39.06% from 255 or 31.33% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0F63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA0F63 is #35F09C. Grayscale: #505050. Windows color (decimal): -3535005 or 6492106. OLE color: 6492106.
HSL color Cylindrical-coordinate representation of color #CA0F63: hue angle of 333.05º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CA0F63 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 15 | 99 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.21 |
| HSL | 333.05º | 0.86% | 0.43% | - |
| HSV(B) | 333.05º | 0.93% | 0.79% | - |
| XYZ | 26.78 | 13.8 | 13.06 | - |
| YUV | 80.49 | 138.45 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 15 | 99 | 0 | 0.93 | 0.51 | 0.21 | 333.05 | 0.86 | 0.43 |
| Hex | CA | F | 63 | 0 | 5D | 33 | 15 | 14D | 56 | 2B |
| Octal | 312 | 17 | 143 | 0 | 135 | 63 | 25 | 515 | 126 | 53 |
| Binary | 11001010 | 1111 | 1100011 | 0 | 1011101 | 110011 | 10101 | 101001101 | 1010110 | 101011 |
Color Harmonies of #CA0F63
Complementary color
Monochromatic Colors of #CA0F63
Black with #CA0F63
Text Example
Text Example
White with #CA0F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0F63; }
p { color: rgb(202,15,99); }
H1.HeaderClassName
{
color: #CA0F63;
}
.AnyTagClassName
{
color: #CA0F63;
}
</style>
background-color css
<style>
a { background-color: #CA0F63; }
a { background-color: rgb(202,15,99); }
div.DivClassName
{
background-color: #CA0F63;
}
.BgClassName
{
background-color: #CA0F63;
}
</style>
border-color css
<style>
span { border-color: #CA0F63; }
span { border-color: rgb(202,15,99); }
td.TdClassName
{
border-color: #CA0F63;
}
.TagClassName
{
border-color: #CA0F63;
}
</style>