#C75EB0

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

Shades of Fuchsia #C75EB0

Tints of Fuchsia #C75EB0

Color information

#C75EB0 (or 0xC75EB0) is unknown color: approx Fuchsia. HEX triplet: C7, 5E and B0. RGB value is (199,94,176). Sum of RGB (Red+Green+Blue) = 199+94+176=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C75EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75EB0 is #38A14F. Grayscale: #868686. Windows color (decimal): -3711312 or 11558599. OLE color: 11558599.

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

Color convert

RGB19994176-
CMYK00.530.120.22
HSL313.14º48.39%57.45%-
HSV(B)313.14º52.76%78.04%-
XYZ35.3923.2843.7-
YUV134.74151.29173.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=42.43%
G=20.04%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999417600.530.120.22313.1448.3957.45
HexC75EB0035C161393039
Octal30713626006514264716071
Binary110001111011110101100000110101110010110100111001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75EB0; }

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

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

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

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

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

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

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

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