Shades of Fuchsia #C73AC4
Tints of Fuchsia #C73AC4
RGB
CMYK
RGB Variations
Color information
#C73AC4 (or 0xC73AC4) is known color: Fuchsia. HEX triplet: C7, 3A and C4. RGB value is (199,58,196). Sum of RGB (Red+Green+Blue) = 199+58+196=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 196 (76.95% from 255 or 43.27% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AC4 is #38C53B. Grayscale: #737373. Windows color (decimal): -3720508 or 12860103. OLE color: 12860103.
HSL color Cylindrical-coordinate representation of color #C73AC4: hue angle of 301.28º 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 #C73AC4 is Cyan = 0, Magento = 0.71, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 196 | - |
| CMYK | 0 | 0.71 | 0.02 | 0.22 |
| HSL | 301.28º | 0.56% | 0.5% | - |
| HSV(B) | 301.28º | 0.71% | 0.78% | - |
| XYZ | 35.03 | 19.15 | 54.08 | - |
| YUV | 115.89 | 173.21 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 196 | 0 | 0.71 | 0.02 | 0.22 | 301.28 | 0.56 | 0.5 |
| Hex | C7 | 3A | C4 | 0 | 47 | 2 | 16 | 12D | 38 | 32 |
| Octal | 307 | 72 | 304 | 0 | 107 | 2 | 26 | 455 | 70 | 62 |
| Binary | 11000111 | 111010 | 11000100 | 0 | 1000111 | 10 | 10110 | 100101101 | 111000 | 110010 |
Color Harmonies of #C73AC4
Complementary color
Monochromatic Colors of #C73AC4
Black with #C73AC4
Text Example
Text Example
White with #C73AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AC4; }
p { color: rgb(199,58,196); }
H1.HeaderClassName
{
color: #C73AC4;
}
.AnyTagClassName
{
color: #C73AC4;
}
</style>
background-color css
<style>
a { background-color: #C73AC4; }
a { background-color: rgb(199,58,196); }
div.DivClassName
{
background-color: #C73AC4;
}
.BgClassName
{
background-color: #C73AC4;
}
</style>
border-color css
<style>
span { border-color: #C73AC4; }
span { border-color: rgb(199,58,196); }
td.TdClassName
{
border-color: #C73AC4;
}
.TagClassName
{
border-color: #C73AC4;
}
</style>