#C04AB1

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

Shades of Fuchsia #C04AB1

Tints of Fuchsia #C04AB1

Color information

#C04AB1 (or 0xC04AB1) is unknown color: approx Fuchsia. HEX triplet: C0, 4A and B1. RGB value is (192,74,177). Sum of RGB (Red+Green+Blue) = 192+74+177=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 177 (69.53% from 255 or 39.95% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04AB1 is #3FB54E. Grayscale: #787878. Windows color (decimal): -4175183 or 11619008. OLE color: 11619008.

HSL color Cylindrical-coordinate representation of color #C04AB1: hue angle of 307.63º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C04AB1 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB19274177-
CMYK00.610.080.25
HSL307.63º48.36%52.16%-
HSV(B)307.63º61.46%75.29%-
XYZ32.1219.2843.62-
YUV121.02159.59178.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 74 (29.30% from 255) = 16.70%
BLUE value IS 177 (69.53% from 255) = 39.95%
R=43.34%
G=16.70%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927417700.610.080.25307.6348.3652.16
HexC04AB103D8191343034
Octal30011226107510314646064
Binary110000001001010101100010111101100011001100110100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04AB1; }

 p { color: rgb(192,74,177); }

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

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

 a { background-color: rgb(192,74,177); }

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

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

 span { border-color: rgb(192,74,177); }

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