#C75EAB

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

Shades of Fuchsia #C75EAB

Tints of Fuchsia #C75EAB

Color information

#C75EAB (or 0xC75EAB) is unknown color: approx Fuchsia. HEX triplet: C7, 5E and AB. RGB value is (199,94,171). Sum of RGB (Red+Green+Blue) = 199+94+171=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 171 (67.19% from 255 or 36.85% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C75EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75EAB is #38A154. Grayscale: #858585. Windows color (decimal): -3711317 or 11230919. OLE color: 11230919.

HSL color Cylindrical-coordinate representation of color #C75EAB: hue angle of 316º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C75EAB is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19994171-
CMYK00.530.140.22
HSL316º48.39%57.45%-
HSV(B)316º52.76%78.04%-
XYZ34.9123.0941.14-
YUV134.17148.79174.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 171 (67.19% from 255) = 36.85%
R=42.89%
G=20.26%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999417100.530.140.2231648.3957.45
HexC75EAB035E1613c3039
Octal30713625306516264746071
Binary110001111011110101010110110101111010110100111100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75EAB; }

 p { color: rgb(199,94,171); }

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

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

 a { background-color: rgb(199,94,171); }

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

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

 span { border-color: rgb(199,94,171); }

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