Shades of Fuchsia #C73FB6
Tints of Fuchsia #C73FB6
RGB
CMYK
RGB Variations
Color information
#C73FB6 (or 0xC73FB6) is known color: Fuchsia. HEX triplet: C7, 3F and B6. RGB value is (199,63,182). Sum of RGB (Red+Green+Blue) = 199+63+182=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FB6 is #38C049. Grayscale: #747474. Windows color (decimal): -3719242 or 11943879. OLE color: 11943879.
HSL color Cylindrical-coordinate representation of color #C73FB6: hue angle of 307.5º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73FB6 is Cyan = 0, Magento = 0.68, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 182 | - |
| CMYK | 0 | 0.68 | 0.09 | 0.22 |
| HSL | 307.5º | 0.55% | 0.51% | - |
| HSV(B) | 307.5º | 0.68% | 0.78% | - |
| XYZ | 33.77 | 19.07 | 46.16 | - |
| YUV | 117.23 | 164.56 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 182 | 0 | 0.68 | 0.09 | 0.22 | 307.5 | 0.55 | 0.51 |
| Hex | C7 | 3F | B6 | 0 | 44 | 9 | 16 | 134 | 37 | 33 |
| Octal | 307 | 77 | 266 | 0 | 104 | 11 | 26 | 464 | 67 | 63 |
| Binary | 11000111 | 111111 | 10110110 | 0 | 1000100 | 1001 | 10110 | 100110100 | 110111 | 110011 |
Color Harmonies of #C73FB6
Complementary color
Monochromatic Colors of #C73FB6
Black with #C73FB6
Text Example
Text Example
White with #C73FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73FB6; }
p { color: rgb(199,63,182); }
H1.HeaderClassName
{
color: #C73FB6;
}
.AnyTagClassName
{
color: #C73FB6;
}
</style>
background-color css
<style>
a { background-color: #C73FB6; }
a { background-color: rgb(199,63,182); }
div.DivClassName
{
background-color: #C73FB6;
}
.BgClassName
{
background-color: #C73FB6;
}
</style>
border-color css
<style>
span { border-color: #C73FB6; }
span { border-color: rgb(199,63,182); }
td.TdClassName
{
border-color: #C73FB6;
}
.TagClassName
{
border-color: #C73FB6;
}
</style>