#C750AA

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

Shades of Fuchsia #C750AA

Tints of Fuchsia #C750AA

Color information

#C750AA (or 0xC750AA) is unknown color: approx Fuchsia. HEX triplet: C7, 50 and AA. RGB value is (199,80,170). Sum of RGB (Red+Green+Blue) = 199+80+170=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C750AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C750AA is #38AF55. Grayscale: #7D7D7D. Windows color (decimal): -3714902 or 11161799. OLE color: 11161799.

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

Color convert

RGB19980170-
CMYK00.600.150.22
HSL314.62º51.52%54.71%-
HSV(B)314.62º59.8%78.04%-
XYZ33.6820.7840.27-
YUV125.84152.92180.18-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.32%
GREEN value IS 80 (31.64% from 255) = 17.82%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=44.32%
G=17.82%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998017000.600.150.22314.6251.5254.71
HexC750AA03CF1613b3437
Octal30712025207417264736467
Binary110001111010000101010100111100111110110100111011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C750AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C750AA; }

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

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

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

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

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

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

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

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