Shades of Fuchsia #C750BD
Tints of Fuchsia #C750BD
RGB
CMYK
RGB Variations
Color information
#C750BD (or 0xC750BD) is known color: Fuchsia. HEX triplet: C7, 50 and BD. RGB value is (199,80,189). Sum of RGB (Red+Green+Blue) = 199+80+189=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C750BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750BD is #38AF42. Grayscale: #7F7F7F. Windows color (decimal): -3714883 or 12406983. OLE color: 12406983.
HSL color Cylindrical-coordinate representation of color #C750BD: hue angle of 305.04º 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 #C750BD is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 80 | 189 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.22 |
| HSL | 305.04º | 0.52% | 0.55% | - |
| HSV(B) | 305.04º | 0.6% | 0.78% | - |
| XYZ | 35.61 | 21.55 | 50.43 | - |
| YUV | 128.01 | 162.42 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 80 | 189 | 0 | 0.60 | 0.05 | 0.22 | 305.04 | 0.52 | 0.55 |
| Hex | C7 | 50 | BD | 0 | 3C | 5 | 16 | 131 | 34 | 37 |
| Octal | 307 | 120 | 275 | 0 | 74 | 5 | 26 | 461 | 64 | 67 |
| Binary | 11000111 | 1010000 | 10111101 | 0 | 111100 | 101 | 10110 | 100110001 | 110100 | 110111 |
Color Harmonies of #C750BD
Complementary color
Monochromatic Colors of #C750BD
Black with #C750BD
Text Example
Text Example
White with #C750BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C750BD; }
p { color: rgb(199,80,189); }
H1.HeaderClassName
{
color: #C750BD;
}
.AnyTagClassName
{
color: #C750BD;
}
</style>
background-color css
<style>
a { background-color: #C750BD; }
a { background-color: rgb(199,80,189); }
div.DivClassName
{
background-color: #C750BD;
}
.BgClassName
{
background-color: #C750BD;
}
</style>
border-color css
<style>
span { border-color: #C750BD; }
span { border-color: rgb(199,80,189); }
td.TdClassName
{
border-color: #C750BD;
}
.TagClassName
{
border-color: #C750BD;
}
</style>