#C04AB6

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

Shades of Fuchsia #C04AB6

Tints of Fuchsia #C04AB6

Color information

#C04AB6 (or 0xC04AB6) is unknown color: approx Fuchsia. HEX triplet: C0, 4A and B6. RGB value is (192,74,182). Sum of RGB (Red+Green+Blue) = 192+74+182=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 182 (71.48% from 255 or 40.62% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C04AB6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04AB6 is #3FB549. Grayscale: #797979. Windows color (decimal): -4175178 or 11946688. OLE color: 11946688.

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

Color convert

RGB19274182-
CMYK00.610.050.25
HSL305.08º48.36%52.16%-
HSV(B)305.08º61.46%75.29%-
XYZ32.6319.4846.3-
YUV121.59162.09178.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 74 (29.30% from 255) = 16.52%
BLUE value IS 182 (71.48% from 255) = 40.62%
R=42.86%
G=16.52%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927418200.610.050.25305.0848.3652.16
HexC04AB603D5191313034
Octal3001122660755314616064
Binary11000000100101010110110011110110111001100110001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04AB6; }

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

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

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

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

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

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

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

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