#C75AB6

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

Shades of Fuchsia #C75AB6

Tints of Fuchsia #C75AB6

Color information

#C75AB6 (or 0xC75AB6) is unknown color: approx Fuchsia. HEX triplet: C7, 5A and B6. RGB value is (199,90,182). Sum of RGB (Red+Green+Blue) = 199+90+182=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 182 (71.48% from 255 or 38.64% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C75AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C75AB6 is #38A549. Grayscale: #848484. Windows color (decimal): -3712330 or 11950791. OLE color: 11950791.

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

Color convert

RGB19990182-
CMYK00.550.090.22
HSL309.36º49.32%56.67%-
HSV(B)309.36º54.77%78.04%-
XYZ35.6522.8346.78-
YUV133.08155.61175.02-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 90 (35.55% from 255) = 19.11%
BLUE value IS 182 (71.48% from 255) = 38.64%
R=42.25%
G=19.11%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999018200.550.090.22309.3649.3256.67
HexC75AB60379161353139
Octal30713226606711264656171
Binary110001111011010101101100110111100110110100110101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75AB6; }

 p { color: rgb(199,90,182); }

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

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

 a { background-color: rgb(199,90,182); }

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

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

 span { border-color: rgb(199,90,182); }

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