Shades of Fuchsia #C730BE
Tints of Fuchsia #C730BE
RGB
CMYK
RGB Variations
Color information
#C730BE (or 0xC730BE) is known color: Fuchsia. HEX triplet: C7, 30 and BE. RGB value is (199,48,190). Sum of RGB (Red+Green+Blue) = 199+48+190=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C730BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730BE is #38CF41. Grayscale: #6C6C6C. Windows color (decimal): -3723074 or 12464327. OLE color: 12464327.
HSL color Cylindrical-coordinate representation of color #C730BE: hue angle of 303.58º 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 #C730BE is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 190 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.22 |
| HSL | 303.58º | 0.61% | 0.48% | - |
| HSV(B) | 303.58º | 0.76% | 0.78% | - |
| XYZ | 33.9 | 17.97 | 50.4 | - |
| YUV | 109.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 190 | 0 | 0.76 | 0.05 | 0.22 | 303.58 | 0.61 | 0.48 |
| Hex | C7 | 30 | BE | 0 | 4C | 5 | 16 | 130 | 3D | 30 |
| Octal | 307 | 60 | 276 | 0 | 114 | 5 | 26 | 460 | 75 | 60 |
| Binary | 11000111 | 110000 | 10111110 | 0 | 1001100 | 101 | 10110 | 100110000 | 111101 | 110000 |
Color Harmonies of #C730BE
Complementary color
Monochromatic Colors of #C730BE
Black with #C730BE
Text Example
Text Example
White with #C730BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730BE; }
p { color: rgb(199,48,190); }
H1.HeaderClassName
{
color: #C730BE;
}
.AnyTagClassName
{
color: #C730BE;
}
</style>
background-color css
<style>
a { background-color: #C730BE; }
a { background-color: rgb(199,48,190); }
div.DivClassName
{
background-color: #C730BE;
}
.BgClassName
{
background-color: #C730BE;
}
</style>
border-color css
<style>
span { border-color: #C730BE; }
span { border-color: rgb(199,48,190); }
td.TdClassName
{
border-color: #C730BE;
}
.TagClassName
{
border-color: #C730BE;
}
</style>