Shades of Fuchsia #CA73B5
Tints of Fuchsia #CA73B5
RGB
CMYK
RGB Variations
Color information
#CA73B5 (or 0xCA73B5) is known color: Fuchsia. HEX triplet: CA, 73 and B5. RGB value is (202,115,181). Sum of RGB (Red+Green+Blue) = 202+115+181=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 181 (71.09% from 255 or 36.35% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA73B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA73B5 is #358C4A. Grayscale: #949494. Windows color (decimal): -3509323 or 11891658. OLE color: 11891658.
HSL color Cylindrical-coordinate representation of color #CA73B5: hue angle of 314.48º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA73B5 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 115 | 181 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.21 |
| HSL | 314.48º | 0.45% | 0.62% | - |
| HSV(B) | 314.48º | 0.43% | 0.79% | - |
| XYZ | 38.83 | 28.15 | 47.1 | - |
| YUV | 148.54 | 146.32 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 115 | 181 | 0 | 0.43 | 0.10 | 0.21 | 314.48 | 0.45 | 0.62 |
| Hex | CA | 73 | B5 | 0 | 2B | A | 15 | 13A | 2D | 3E |
| Octal | 312 | 163 | 265 | 0 | 53 | 12 | 25 | 472 | 55 | 76 |
| Binary | 11001010 | 1110011 | 10110101 | 0 | 101011 | 1010 | 10101 | 100111010 | 101101 | 111110 |
Color Harmonies of #CA73B5
Complementary color
Monochromatic Colors of #CA73B5
Black with #CA73B5
Text Example
Text Example
White with #CA73B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA73B5; }
p { color: rgb(202,115,181); }
H1.HeaderClassName
{
color: #CA73B5;
}
.AnyTagClassName
{
color: #CA73B5;
}
</style>
background-color css
<style>
a { background-color: #CA73B5; }
a { background-color: rgb(202,115,181); }
div.DivClassName
{
background-color: #CA73B5;
}
.BgClassName
{
background-color: #CA73B5;
}
</style>
border-color css
<style>
span { border-color: #CA73B5; }
span { border-color: rgb(202,115,181); }
td.TdClassName
{
border-color: #CA73B5;
}
.TagClassName
{
border-color: #CA73B5;
}
</style>