Shades of Fuchsia #C730BC
Tints of Fuchsia #C730BC
RGB
CMYK
RGB Variations
Color information
#C730BC (or 0xC730BC) is known color: Fuchsia. HEX triplet: C7, 30 and BC. RGB value is (199,48,188). Sum of RGB (Red+Green+Blue) = 199+48+188=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 48 (19.14% from 255 or 11.03% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C730BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730BC is #38CF43. Grayscale: #6C6C6C. Windows color (decimal): -3723076 or 12333255. OLE color: 12333255.
HSL color Cylindrical-coordinate representation of color #C730BC: hue angle of 304.37º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C730BC is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 188 | - |
| CMYK | 0 | 0.76 | 0.06 | 0.22 |
| HSL | 304.37º | 0.61% | 0.48% | - |
| HSV(B) | 304.37º | 0.76% | 0.78% | - |
| XYZ | 33.69 | 17.89 | 49.25 | - |
| YUV | 109.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 188 | 0 | 0.76 | 0.06 | 0.22 | 304.37 | 0.61 | 0.48 |
| Hex | C7 | 30 | BC | 0 | 4C | 6 | 16 | 130 | 3D | 30 |
| Octal | 307 | 60 | 274 | 0 | 114 | 6 | 26 | 460 | 75 | 60 |
| Binary | 11000111 | 110000 | 10111100 | 0 | 1001100 | 110 | 10110 | 100110000 | 111101 | 110000 |
Color Harmonies of #C730BC
Complementary color
Monochromatic Colors of #C730BC
Black with #C730BC
Text Example
Text Example
White with #C730BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730BC; }
p { color: rgb(199,48,188); }
H1.HeaderClassName
{
color: #C730BC;
}
.AnyTagClassName
{
color: #C730BC;
}
</style>
background-color css
<style>
a { background-color: #C730BC; }
a { background-color: rgb(199,48,188); }
div.DivClassName
{
background-color: #C730BC;
}
.BgClassName
{
background-color: #C730BC;
}
</style>
border-color css
<style>
span { border-color: #C730BC; }
span { border-color: rgb(199,48,188); }
td.TdClassName
{
border-color: #C730BC;
}
.TagClassName
{
border-color: #C730BC;
}
</style>