#C75CAA

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

Shades of Fuchsia #C75CAA

Tints of Fuchsia #C75CAA

Color information

#C75CAA (or 0xC75CAA) is unknown color: approx Fuchsia. HEX triplet: C7, 5C and AA. RGB value is (199,92,170). Sum of RGB (Red+Green+Blue) = 199+92+170=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C75CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C75CAA is #38A355. Grayscale: #848484. Windows color (decimal): -3711830 or 11164871. OLE color: 11164871.

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

Color convert

RGB19992170-
CMYK00.540.150.22
HSL316.26º48.86%57.06%-
HSV(B)316.26º53.77%78.04%-
XYZ34.6422.740.59-
YUV132.88148.95175.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 170 (66.80% from 255) = 36.88%
R=43.17%
G=19.96%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999217000.540.150.22316.2648.8657.06
HexC75CAA036F1613c3139
Octal30713425206617264746171
Binary110001111011100101010100110110111110110100111100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75CAA; }

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

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

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

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

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

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

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

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