#C750B8

Color #C750B8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C750B8

Tints of Fuchsia #C750B8

Color information

#C750B8 (or 0xC750B8) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and B8. RGB value is (199,80,184). Sum of RGB (Red+Green+Blue) = 199+80+184=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 184 (72.27% from 255 or 39.74% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C750B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C750B8 is #38AF47. Grayscale: #7F7F7F. Windows color (decimal): -3714888 or 12079303. OLE color: 12079303.

HSL color Cylindrical-coordinate representation of color #C750B8: hue angle of 307.56º 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 #C750B8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB19980184-
CMYK00.600.080.22
HSL307.56º51.52%54.71%-
HSV(B)307.56º59.8%78.04%-
XYZ35.0721.3447.62-
YUV127.44159.92179.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 80 (31.64% from 255) = 17.28%
BLUE value IS 184 (72.27% from 255) = 39.74%
R=42.98%
G=17.28%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998018400.600.080.22307.5651.5254.71
HexC750B803C8161343437
Octal30712027007410264646467
Binary110001111010000101110000111100100010110100110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750B8; }

 p { color: rgb(199,80,184); }

 H1.HeaderClassName
 {
   color: #C750B8;
 }
 .AnyTagClassName
 {
   color: #C750B8;
 }
</style>
background-color css

<style>
 a { background-color: #C750B8; }

 a { background-color: rgb(199,80,184); }

 div.DivClassName
 {
   background-color: #C750B8;
 }
 .BgClassName
 {
   background-color: #C750B8;
 }
</style>
border-color css

<style>
 span { border-color: #C750B8; }

 span { border-color: rgb(199,80,184); }

 td.TdClassName
 {
   border-color: #C750B8;
 }
 .TagClassName
 {
   border-color: #C750B8;
 }
</style>