Shades of Fuchsia #C73CC3
Tints of Fuchsia #C73CC3
RGB
CMYK
RGB Variations
Color information
#C73CC3 (or 0xC73CC3) is known color: Fuchsia. HEX triplet: C7, 3C and C3. RGB value is (199,60,195). Sum of RGB (Red+Green+Blue) = 199+60+195=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 60 (23.83% from 255 or 13.22% from 454); Blue value is 195 (76.56% from 255 or 42.95% from 454); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CC3 is #38C33C. Grayscale: #747474. Windows color (decimal): -3719997 or 12795079. OLE color: 12795079.
HSL color Cylindrical-coordinate representation of color #C73CC3: hue angle of 301.73º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73CC3 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 195 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.22 |
| HSL | 301.73º | 0.55% | 0.51% | - |
| HSV(B) | 301.73º | 0.7% | 0.78% | - |
| XYZ | 35.02 | 19.31 | 53.51 | - |
| YUV | 116.95 | 172.05 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 195 | 0 | 0.70 | 0.02 | 0.22 | 301.73 | 0.55 | 0.51 |
| Hex | C7 | 3C | C3 | 0 | 46 | 2 | 16 | 12E | 37 | 33 |
| Octal | 307 | 74 | 303 | 0 | 106 | 2 | 26 | 456 | 67 | 63 |
| Binary | 11000111 | 111100 | 11000011 | 0 | 1000110 | 10 | 10110 | 100101110 | 110111 | 110011 |
Color Harmonies of #C73CC3
Complementary color
Monochromatic Colors of #C73CC3
Black with #C73CC3
Text Example
Text Example
White with #C73CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CC3; }
p { color: rgb(199,60,195); }
H1.HeaderClassName
{
color: #C73CC3;
}
.AnyTagClassName
{
color: #C73CC3;
}
</style>
background-color css
<style>
a { background-color: #C73CC3; }
a { background-color: rgb(199,60,195); }
div.DivClassName
{
background-color: #C73CC3;
}
.BgClassName
{
background-color: #C73CC3;
}
</style>
border-color css
<style>
span { border-color: #C73CC3; }
span { border-color: rgb(199,60,195); }
td.TdClassName
{
border-color: #C73CC3;
}
.TagClassName
{
border-color: #C73CC3;
}
</style>