Shades of Fuchsia #C73EC8
Tints of Fuchsia #C73EC8
RGB
CMYK
RGB Variations
Color information
#C73EC8 (or 0xC73EC8) is known color: Fuchsia. HEX triplet: C7, 3E and C8. RGB value is (199,62,200). Sum of RGB (Red+Green+Blue) = 199+62+200=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 200 (78.52% from 255 or 43.38% from 461); Max value from RGB is 200 - color contains mainly: blue. Hex color #C73EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73EC8 is #38C137. Grayscale: #767676. Windows color (decimal): -3719480 or 13123271. OLE color: 13123271.
HSL color Cylindrical-coordinate representation of color #C73EC8: hue angle of 299.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73EC8 is Cyan = 0.00, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 200 | - |
| CMYK | 0.00 | 0.69 | 0 | 0.22 |
| HSL | 299.57º | 0.56% | 0.51% | - |
| HSV(B) | 299.57º | 0.69% | 0.78% | - |
| XYZ | 35.7 | 19.76 | 56.58 | - |
| YUV | 118.7 | 173.89 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 200 | 0.00 | 0.69 | 0 | 0.22 | 299.57 | 0.56 | 0.51 |
| Hex | C7 | 3E | C8 | 0 | 45 | 0 | 16 | 12C | 38 | 33 |
| Octal | 307 | 76 | 310 | 0 | 105 | 0 | 26 | 454 | 70 | 63 |
| Binary | 11000111 | 111110 | 11001000 | 0 | 1000101 | 0 | 10110 | 100101100 | 111000 | 110011 |
Color Harmonies of #C73EC8
Complementary color
Monochromatic Colors of #C73EC8
Black with #C73EC8
Text Example
Text Example
White with #C73EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73EC8; }
p { color: rgb(199,62,200); }
H1.HeaderClassName
{
color: #C73EC8;
}
.AnyTagClassName
{
color: #C73EC8;
}
</style>
background-color css
<style>
a { background-color: #C73EC8; }
a { background-color: rgb(199,62,200); }
div.DivClassName
{
background-color: #C73EC8;
}
.BgClassName
{
background-color: #C73EC8;
}
</style>
border-color css
<style>
span { border-color: #C73EC8; }
span { border-color: rgb(199,62,200); }
td.TdClassName
{
border-color: #C73EC8;
}
.TagClassName
{
border-color: #C73EC8;
}
</style>