Shades of Ruby #CA046C
Tints of Ruby #CA046C
RGB
CMYK
RGB Variations
Color information
#CA046C (or 0xCA046C) is known color: Ruby. HEX triplet: CA, 04 and 6C. RGB value is (202,4,108). Sum of RGB (Red+Green+Blue) = 202+4+108=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 4 (1.95% from 255 or 1.27% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA046C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CA046C is #35FB93. Grayscale: #4A4A4A. Windows color (decimal): -3537812 or 7079114. OLE color: 7079114.
HSL color Cylindrical-coordinate representation of color #CA046C: hue angle of 328.48º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA046C is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 4 | 108 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.21 |
| HSL | 328.48º | 0.96% | 0.4% | - |
| HSV(B) | 328.48º | 0.98% | 0.79% | - |
| XYZ | 27.11 | 13.73 | 15.41 | - |
| YUV | 75.06 | 146.6 | 218.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 4 | 108 | 0 | 0.98 | 0.47 | 0.21 | 328.48 | 0.96 | 0.4 |
| Hex | CA | 4 | 6C | 0 | 62 | 2F | 15 | 148 | 60 | 28 |
| Octal | 312 | 4 | 154 | 0 | 142 | 57 | 25 | 510 | 140 | 50 |
| Binary | 11001010 | 100 | 1101100 | 0 | 1100010 | 101111 | 10101 | 101001000 | 1100000 | 101000 |
Color Harmonies of #CA046C
Complementary color
Monochromatic Colors of #CA046C
Black with #CA046C
Text Example
Text Example
White with #CA046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA046C; }
p { color: rgb(202,4,108); }
H1.HeaderClassName
{
color: #CA046C;
}
.AnyTagClassName
{
color: #CA046C;
}
</style>
background-color css
<style>
a { background-color: #CA046C; }
a { background-color: rgb(202,4,108); }
div.DivClassName
{
background-color: #CA046C;
}
.BgClassName
{
background-color: #CA046C;
}
</style>
border-color css
<style>
span { border-color: #CA046C; }
span { border-color: rgb(202,4,108); }
td.TdClassName
{
border-color: #CA046C;
}
.TagClassName
{
border-color: #CA046C;
}
</style>