Shades of Fuchsia #C750B0
Tints of Fuchsia #C750B0
RGB
CMYK
RGB Variations
Color information
#C750B0 (or 0xC750B0) is known color: Fuchsia. HEX triplet: C7, 50 and B0. RGB value is (199,80,176). Sum of RGB (Red+Green+Blue) = 199+80+176=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C750B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C750B0 is #38AF4F. Grayscale: #7E7E7E. Windows color (decimal): -3714896 or 11555015. OLE color: 11555015.
HSL color Cylindrical-coordinate representation of color #C750B0: hue angle of 311.6º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C750B0 is Cyan = 0, Magento = 0.60, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 176 | - |
| CMYK | 0 | 0.60 | 0.12 | 0.22 |
| HSL | 311.6º | 0.52% | 0.55% | - |
| HSV(B) | 311.6º | 0.6% | 0.78% | - |
| XYZ | 34.26 | 21.01 | 43.32 | - |
| YUV | 126.53 | 155.92 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 176 | 0 | 0.60 | 0.12 | 0.22 | 311.6 | 0.52 | 0.55 |
| Hex | C7 | 50 | B0 | 0 | 3C | C | 16 | 138 | 34 | 37 |
| Octal | 307 | 120 | 260 | 0 | 74 | 14 | 26 | 470 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10110000 | 0 | 111100 | 1100 | 10110 | 100111000 | 110100 | 110111 |
Color Harmonies of #C750B0
Complementary color
Monochromatic Colors of #C750B0
Black with #C750B0
Text Example
Text Example
White with #C750B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750B0; }
p { color: rgb(199,80,176); }
H1.HeaderClassName
{
color: #C750B0;
}
.AnyTagClassName
{
color: #C750B0;
}
</style>
background-color css
<style>
a { background-color: #C750B0; }
a { background-color: rgb(199,80,176); }
div.DivClassName
{
background-color: #C750B0;
}
.BgClassName
{
background-color: #C750B0;
}
</style>
border-color css
<style>
span { border-color: #C750B0; }
span { border-color: rgb(199,80,176); }
td.TdClassName
{
border-color: #C750B0;
}
.TagClassName
{
border-color: #C750B0;
}
</style>