#C04CAC

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

Shades of Fuchsia #C04CAC

Tints of Fuchsia #C04CAC

Color information

#C04CAC (or 0xC04CAC) is unknown color: approx Fuchsia. HEX triplet: C0, 4C and AC. RGB value is (192,76,172). Sum of RGB (Red+Green+Blue) = 192+76+172=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 76 (30.08% from 255 or 17.27% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAC is #3FB353. Grayscale: #797979. Windows color (decimal): -4174676 or 11291840. OLE color: 11291840.

HSL color Cylindrical-coordinate representation of color #C04CAC: hue angle of 310.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CAC is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19276172-
CMYK00.600.100.25
HSL310.34º47.93%52.55%-
HSV(B)310.34º60.42%75.29%-
XYZ31.7719.3541.09-
YUV121.63156.43178.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 76 (30.08% from 255) = 17.27%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=43.64%
G=17.27%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927617200.600.100.25310.3447.9352.55
HexC04CAC03CA191363035
Octal30011425407412314666065
Binary110000001001100101011000111100101011001100110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CAC; }

 p { color: rgb(192,76,172); }

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

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

 a { background-color: rgb(192,76,172); }

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

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

 span { border-color: rgb(192,76,172); }

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