Shades of Fuchsia #C73ABE
Tints of Fuchsia #C73ABE
RGB
CMYK
RGB Variations
Color information
#C73ABE (or 0xC73ABE) is known color: Fuchsia. HEX triplet: C7, 3A and BE. RGB value is (199,58,190). Sum of RGB (Red+Green+Blue) = 199+58+190=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C73ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ABE is #38C541. Grayscale: #727272. Windows color (decimal): -3720514 or 12466887. OLE color: 12466887.
HSL color Cylindrical-coordinate representation of color #C73ABE: hue angle of 303.83º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73ABE is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 190 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.22 |
| HSL | 303.83º | 0.56% | 0.5% | - |
| HSV(B) | 303.83º | 0.71% | 0.78% | - |
| XYZ | 34.36 | 18.89 | 50.55 | - |
| YUV | 115.21 | 170.21 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 190 | 0 | 0.71 | 0.05 | 0.22 | 303.83 | 0.56 | 0.5 |
| Hex | C7 | 3A | BE | 0 | 47 | 5 | 16 | 130 | 38 | 32 |
| Octal | 307 | 72 | 276 | 0 | 107 | 5 | 26 | 460 | 70 | 62 |
| Binary | 11000111 | 111010 | 10111110 | 0 | 1000111 | 101 | 10110 | 100110000 | 111000 | 110010 |
Color Harmonies of #C73ABE
Complementary color
Monochromatic Colors of #C73ABE
Black with #C73ABE
Text Example
Text Example
White with #C73ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ABE; }
p { color: rgb(199,58,190); }
H1.HeaderClassName
{
color: #C73ABE;
}
.AnyTagClassName
{
color: #C73ABE;
}
</style>
background-color css
<style>
a { background-color: #C73ABE; }
a { background-color: rgb(199,58,190); }
div.DivClassName
{
background-color: #C73ABE;
}
.BgClassName
{
background-color: #C73ABE;
}
</style>
border-color css
<style>
span { border-color: #C73ABE; }
span { border-color: rgb(199,58,190); }
td.TdClassName
{
border-color: #C73ABE;
}
.TagClassName
{
border-color: #C73ABE;
}
</style>