Shades of Fuchsia #C730BD
Tints of Fuchsia #C730BD
RGB
CMYK
RGB Variations
Color information
#C730BD (or 0xC730BD) is known color: Fuchsia. HEX triplet: C7, 30 and BD. RGB value is (199,48,189). Sum of RGB (Red+Green+Blue) = 199+48+189=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C730BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C730BD is #38CF42. Grayscale: #6C6C6C. Windows color (decimal): -3723075 or 12398791. OLE color: 12398791.
HSL color Cylindrical-coordinate representation of color #C730BD: hue angle of 303.97º 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 #C730BD is Cyan = 0, Magento = 0.76, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 189 | - |
| CMYK | 0 | 0.76 | 0.05 | 0.22 |
| HSL | 303.97º | 0.61% | 0.48% | - |
| HSV(B) | 303.97º | 0.76% | 0.78% | - |
| XYZ | 33.8 | 17.93 | 49.82 | - |
| YUV | 109.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 189 | 0 | 0.76 | 0.05 | 0.22 | 303.97 | 0.61 | 0.48 |
| Hex | C7 | 30 | BD | 0 | 4C | 5 | 16 | 130 | 3D | 30 |
| Octal | 307 | 60 | 275 | 0 | 114 | 5 | 26 | 460 | 75 | 60 |
| Binary | 11000111 | 110000 | 10111101 | 0 | 1001100 | 101 | 10110 | 100110000 | 111101 | 110000 |
Color Harmonies of #C730BD
Complementary color
Monochromatic Colors of #C730BD
Black with #C730BD
Text Example
Text Example
White with #C730BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730BD; }
p { color: rgb(199,48,189); }
H1.HeaderClassName
{
color: #C730BD;
}
.AnyTagClassName
{
color: #C730BD;
}
</style>
background-color css
<style>
a { background-color: #C730BD; }
a { background-color: rgb(199,48,189); }
div.DivClassName
{
background-color: #C730BD;
}
.BgClassName
{
background-color: #C730BD;
}
</style>
border-color css
<style>
span { border-color: #C730BD; }
span { border-color: rgb(199,48,189); }
td.TdClassName
{
border-color: #C730BD;
}
.TagClassName
{
border-color: #C730BD;
}
</style>