#C75CAF

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

Shades of Fuchsia #C75CAF

Tints of Fuchsia #C75CAF

Color information

#C75CAF (or 0xC75CAF) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and AF. RGB value is (199,92,175). Sum of RGB (Red+Green+Blue) = 199+92+175=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CAF is #38A350. Grayscale: #858585. Windows color (decimal): -3711825 or 11492551. OLE color: 11492551.

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

Color convert

RGB19992175-
CMYK00.540.120.22
HSL313.46º48.86%57.06%-
HSV(B)313.46º53.77%78.04%-
XYZ35.1222.8943.13-
YUV133.45151.45174.75-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.70%
GREEN value IS 92 (36.33% from 255) = 19.74%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=42.70%
G=19.74%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999217500.540.120.22313.4648.8657.06
HexC75CAF036C161393139
Octal30713425706614264716171
Binary110001111011100101011110110110110010110100111001110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CAF; }

 p { color: rgb(199,92,175); }

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

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

 a { background-color: rgb(199,92,175); }

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

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

 span { border-color: rgb(199,92,175); }

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