#C04ABC

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

Shades of Fuchsia #C04ABC

Tints of Fuchsia #C04ABC

Color information

#C04ABC (or 0xC04ABC) is unknown color: approx Fuchsia. HEX triplet: C0, 4A and BC. RGB value is (192,74,188). Sum of RGB (Red+Green+Blue) = 192+74+188=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C04ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ABC is #3FB543. Grayscale: #797979. Windows color (decimal): -4175172 or 12339904. OLE color: 12339904.

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

Color convert

RGB19274188-
CMYK00.610.020.25
HSL302.03º48.36%52.16%-
HSV(B)302.03º61.46%75.29%-
XYZ33.2619.7349.63-
YUV122.28165.09177.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 74 (29.30% from 255) = 16.30%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=42.29%
G=16.30%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927418800.610.020.25302.0348.3652.16
HexC04ABC03D21912e3034
Octal3001122740752314566064
Binary1100000010010101011110001111011011001100101110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04ABC; }

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

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

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

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

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

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

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

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