Shades of Fuchsia #C730B1
Tints of Fuchsia #C730B1
RGB
CMYK
RGB Variations
Color information
#C730B1 (or 0xC730B1) is known color: Fuchsia. HEX triplet: C7, 30 and B1. RGB value is (199,48,177). Sum of RGB (Red+Green+Blue) = 199+48+177=424 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.93% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 177 (69.53% from 255 or 41.75% from 424); Max value from RGB is 199 - color contains mainly: red. Hex color #C730B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C730B1 is #38CF4E. Grayscale: #6B6B6B. Windows color (decimal): -3723087 or 11612359. OLE color: 11612359.
HSL color Cylindrical-coordinate representation of color #C730B1: hue angle of 308.74º 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 #C730B1 is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 177 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.22 |
| HSL | 308.74º | 0.61% | 0.48% | - |
| HSV(B) | 308.74º | 0.76% | 0.78% | - |
| XYZ | 32.55 | 17.43 | 43.24 | - |
| YUV | 107.86 | 167.03 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 177 | 0 | 0.76 | 0.11 | 0.22 | 308.74 | 0.61 | 0.48 |
| Hex | C7 | 30 | B1 | 0 | 4C | B | 16 | 135 | 3D | 30 |
| Octal | 307 | 60 | 261 | 0 | 114 | 13 | 26 | 465 | 75 | 60 |
| Binary | 11000111 | 110000 | 10110001 | 0 | 1001100 | 1011 | 10110 | 100110101 | 111101 | 110000 |
Color Harmonies of #C730B1
Complementary color
Monochromatic Colors of #C730B1
Black with #C730B1
Text Example
Text Example
White with #C730B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730B1; }
p { color: rgb(199,48,177); }
H1.HeaderClassName
{
color: #C730B1;
}
.AnyTagClassName
{
color: #C730B1;
}
</style>
background-color css
<style>
a { background-color: #C730B1; }
a { background-color: rgb(199,48,177); }
div.DivClassName
{
background-color: #C730B1;
}
.BgClassName
{
background-color: #C730B1;
}
</style>
border-color css
<style>
span { border-color: #C730B1; }
span { border-color: rgb(199,48,177); }
td.TdClassName
{
border-color: #C730B1;
}
.TagClassName
{
border-color: #C730B1;
}
</style>