#C04BAE

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

Shades of Fuchsia #C04BAE

Tints of Fuchsia #C04BAE

Color information

#C04BAE (or 0xC04BAE) is unknown color: approx Fuchsia. HEX triplet: C0, 4B and AE. RGB value is (192,75,174). Sum of RGB (Red+Green+Blue) = 192+75+174=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 174 (68.36% from 255 or 39.46% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C04BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04BAE is #3FB451. Grayscale: #787878. Windows color (decimal): -4174930 or 11422656. OLE color: 11422656.

HSL color Cylindrical-coordinate representation of color #C04BAE: hue angle of 309.23º 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 #C04BAE is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19275174-
CMYK00.610.090.25
HSL309.23º48.15%52.35%-
HSV(B)309.23º60.94%75.29%-
XYZ31.8919.2942.09-
YUV121.27157.76178.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.54%
GREEN value IS 75 (29.69% from 255) = 17.01%
BLUE value IS 174 (68.36% from 255) = 39.46%
R=43.54%
G=17.01%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927517400.610.090.25309.2348.1552.35
HexC04BAE03D9191353034
Octal30011325607511314656064
Binary110000001001011101011100111101100111001100110101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04BAE; }

 p { color: rgb(192,75,174); }

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

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

 a { background-color: rgb(192,75,174); }

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

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

 span { border-color: rgb(192,75,174); }

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