Shades of Fuchsia #C73DC6
Tints of Fuchsia #C73DC6
RGB
CMYK
RGB Variations
Color information
#C73DC6 (or 0xC73DC6) is known color: Fuchsia. HEX triplet: C7, 3D and C6. RGB value is (199,61,198). Sum of RGB (Red+Green+Blue) = 199+61+198=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 61 (24.22% from 255 or 13.32% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DC6 is #38C239. Grayscale: #757575. Windows color (decimal): -3719738 or 12991943. OLE color: 12991943.
HSL color Cylindrical-coordinate representation of color #C73DC6: hue angle of 300.43º degrees, saturation: 0.55, 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 #C73DC6 is Cyan = 0, Magento = 0.69, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 198 | - |
| CMYK | 0 | 0.69 | 0.01 | 0.22 |
| HSL | 300.43º | 0.55% | 0.51% | - |
| HSV(B) | 300.43º | 0.69% | 0.78% | - |
| XYZ | 35.41 | 19.56 | 55.33 | - |
| YUV | 117.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 198 | 0 | 0.69 | 0.01 | 0.22 | 300.43 | 0.55 | 0.51 |
| Hex | C7 | 3D | C6 | 0 | 45 | 1 | 16 | 12C | 37 | 33 |
| Octal | 307 | 75 | 306 | 0 | 105 | 1 | 26 | 454 | 67 | 63 |
| Binary | 11000111 | 111101 | 11000110 | 0 | 1000101 | 1 | 10110 | 100101100 | 110111 | 110011 |
Color Harmonies of #C73DC6
Complementary color
Monochromatic Colors of #C73DC6
Black with #C73DC6
Text Example
Text Example
White with #C73DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73DC6; }
p { color: rgb(199,61,198); }
H1.HeaderClassName
{
color: #C73DC6;
}
.AnyTagClassName
{
color: #C73DC6;
}
</style>
background-color css
<style>
a { background-color: #C73DC6; }
a { background-color: rgb(199,61,198); }
div.DivClassName
{
background-color: #C73DC6;
}
.BgClassName
{
background-color: #C73DC6;
}
</style>
border-color css
<style>
span { border-color: #C73DC6; }
span { border-color: rgb(199,61,198); }
td.TdClassName
{
border-color: #C73DC6;
}
.TagClassName
{
border-color: #C73DC6;
}
</style>