#C758AA

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

Shades of Fuchsia #C758AA

Tints of Fuchsia #C758AA

Color information

#C758AA (or 0xC758AA) is unknown color: approx Fuchsia. HEX triplet: C7, 58 and AA. RGB value is (199,88,170). Sum of RGB (Red+Green+Blue) = 199+88+170=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C758AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C758AA is #38A755. Grayscale: #828282. Windows color (decimal): -3712854 or 11163847. OLE color: 11163847.

HSL color Cylindrical-coordinate representation of color #C758AA: hue angle of 315.68º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C758AA is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19988170-
CMYK00.560.150.22
HSL315.68º49.78%56.27%-
HSV(B)315.68º55.78%78.04%-
XYZ34.322.0240.47-
YUV130.54150.27176.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=43.54%
G=19.26%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1998817000.560.150.22315.6849.7856.27
HexC758AA038F1613c3238
Octal30713025207017264746270
Binary110001111011000101010100111000111110110100111100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C758AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C758AA; }

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

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

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

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

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

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

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

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