Shades of Fuchsia #C73ABC
Tints of Fuchsia #C73ABC
RGB
CMYK
RGB Variations
Color information
#C73ABC (or 0xC73ABC) is known color: Fuchsia. HEX triplet: C7, 3A and BC. RGB value is (199,58,188). Sum of RGB (Red+Green+Blue) = 199+58+188=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C73ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73ABC is #38C543. Grayscale: #727272. Windows color (decimal): -3720516 or 12335815. OLE color: 12335815.
HSL color Cylindrical-coordinate representation of color #C73ABC: hue angle of 304.68º 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 #C73ABC is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 188 | - |
| CMYK | 0 | 0.71 | 0.06 | 0.22 |
| HSL | 304.68º | 0.56% | 0.5% | - |
| HSV(B) | 304.68º | 0.71% | 0.78% | - |
| XYZ | 34.14 | 18.8 | 49.41 | - |
| YUV | 114.98 | 169.21 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 188 | 0 | 0.71 | 0.06 | 0.22 | 304.68 | 0.56 | 0.5 |
| Hex | C7 | 3A | BC | 0 | 47 | 6 | 16 | 131 | 38 | 32 |
| Octal | 307 | 72 | 274 | 0 | 107 | 6 | 26 | 461 | 70 | 62 |
| Binary | 11000111 | 111010 | 10111100 | 0 | 1000111 | 110 | 10110 | 100110001 | 111000 | 110010 |
Color Harmonies of #C73ABC
Complementary color
Monochromatic Colors of #C73ABC
Black with #C73ABC
Text Example
Text Example
White with #C73ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73ABC; }
p { color: rgb(199,58,188); }
H1.HeaderClassName
{
color: #C73ABC;
}
.AnyTagClassName
{
color: #C73ABC;
}
</style>
background-color css
<style>
a { background-color: #C73ABC; }
a { background-color: rgb(199,58,188); }
div.DivClassName
{
background-color: #C73ABC;
}
.BgClassName
{
background-color: #C73ABC;
}
</style>
border-color css
<style>
span { border-color: #C73ABC; }
span { border-color: rgb(199,58,188); }
td.TdClassName
{
border-color: #C73ABC;
}
.TagClassName
{
border-color: #C73ABC;
}
</style>