Shades of Fuchsia #C73CB3
Tints of Fuchsia #C73CB3
RGB
CMYK
RGB Variations
Color information
#C73CB3 (or 0xC73CB3) is known color: Fuchsia. HEX triplet: C7, 3C and B3. RGB value is (199,60,179). Sum of RGB (Red+Green+Blue) = 199+60+179=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 60 (23.83% from 255 or 13.70% from 438); Blue value is 179 (70.31% from 255 or 40.87% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CB3 is #38C34C. Grayscale: #727272. Windows color (decimal): -3720013 or 11746503. OLE color: 11746503.
HSL color Cylindrical-coordinate representation of color #C73CB3: hue angle of 308.63º 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 #C73CB3 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 179 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.22 |
| HSL | 308.63º | 0.55% | 0.51% | - |
| HSV(B) | 308.63º | 0.7% | 0.78% | - |
| XYZ | 33.31 | 18.63 | 44.49 | - |
| YUV | 115.13 | 164.05 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 179 | 0 | 0.70 | 0.10 | 0.22 | 308.63 | 0.55 | 0.51 |
| Hex | C7 | 3C | B3 | 0 | 46 | A | 16 | 135 | 37 | 33 |
| Octal | 307 | 74 | 263 | 0 | 106 | 12 | 26 | 465 | 67 | 63 |
| Binary | 11000111 | 111100 | 10110011 | 0 | 1000110 | 1010 | 10110 | 100110101 | 110111 | 110011 |
Color Harmonies of #C73CB3
Complementary color
Monochromatic Colors of #C73CB3
Black with #C73CB3
Text Example
Text Example
White with #C73CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73CB3; }
p { color: rgb(199,60,179); }
H1.HeaderClassName
{
color: #C73CB3;
}
.AnyTagClassName
{
color: #C73CB3;
}
</style>
background-color css
<style>
a { background-color: #C73CB3; }
a { background-color: rgb(199,60,179); }
div.DivClassName
{
background-color: #C73CB3;
}
.BgClassName
{
background-color: #C73CB3;
}
</style>
border-color css
<style>
span { border-color: #C73CB3; }
span { border-color: rgb(199,60,179); }
td.TdClassName
{
border-color: #C73CB3;
}
.TagClassName
{
border-color: #C73CB3;
}
</style>