Shades of Fuchsia #C73AB3
Tints of Fuchsia #C73AB3
RGB
CMYK
RGB Variations
Color information
#C73AB3 (or 0xC73AB3) is known color: Fuchsia. HEX triplet: C7, 3A and B3. RGB value is (199,58,179). Sum of RGB (Red+Green+Blue) = 199+58+179=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AB3 is #38C54C. Grayscale: #717171. Windows color (decimal): -3720525 or 11745991. OLE color: 11745991.
HSL color Cylindrical-coordinate representation of color #C73AB3: hue angle of 308.51º 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 #C73AB3 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 179 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.22 |
| HSL | 308.51º | 0.56% | 0.5% | - |
| HSV(B) | 308.51º | 0.71% | 0.78% | - |
| XYZ | 33.2 | 18.42 | 44.45 | - |
| YUV | 113.95 | 164.71 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 179 | 0 | 0.71 | 0.10 | 0.22 | 308.51 | 0.56 | 0.5 |
| Hex | C7 | 3A | B3 | 0 | 47 | A | 16 | 135 | 38 | 32 |
| Octal | 307 | 72 | 263 | 0 | 107 | 12 | 26 | 465 | 70 | 62 |
| Binary | 11000111 | 111010 | 10110011 | 0 | 1000111 | 1010 | 10110 | 100110101 | 111000 | 110010 |
Color Harmonies of #C73AB3
Complementary color
Monochromatic Colors of #C73AB3
Black with #C73AB3
Text Example
Text Example
White with #C73AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AB3; }
p { color: rgb(199,58,179); }
H1.HeaderClassName
{
color: #C73AB3;
}
.AnyTagClassName
{
color: #C73AB3;
}
</style>
background-color css
<style>
a { background-color: #C73AB3; }
a { background-color: rgb(199,58,179); }
div.DivClassName
{
background-color: #C73AB3;
}
.BgClassName
{
background-color: #C73AB3;
}
</style>
border-color css
<style>
span { border-color: #C73AB3; }
span { border-color: rgb(199,58,179); }
td.TdClassName
{
border-color: #C73AB3;
}
.TagClassName
{
border-color: #C73AB3;
}
</style>