#C04ACC

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

Shades of Fuchsia #C04ACC

Tints of Fuchsia #C04ACC

Color information

#C04ACC (or 0xC04ACC) is unknown color: approx Fuchsia. HEX triplet: C0, 4A and CC. RGB value is (192,74,204). Sum of RGB (Red+Green+Blue) = 192+74+204=470 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.85% from 470); Green value is 74 (29.30% from 255 or 15.74% from 470); Blue value is 204 (80.08% from 255 or 43.40% from 470); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04ACC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04ACC is #3FB533. Grayscale: #7B7B7B. Windows color (decimal): -4175156 or 13388480. OLE color: 13388480.

HSL color Cylindrical-coordinate representation of color #C04ACC: hue angle of 294.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C04ACC is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19274204-
CMYK0.060.6400.2
HSL294.46º56.03%54.51%-
HSV(B)294.46º63.73%80%-
XYZ35.0920.4659.23-
YUV124.1173.09176.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.85%
GREEN value IS 74 (29.30% from 255) = 15.74%
BLUE value IS 204 (80.08% from 255) = 43.40%
R=40.85%
G=15.74%
B=43.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal192742040.060.6400.2294.4656.0354.51
HexC04ACC6400141263837
Octal30011231461000244467067
Binary110000001001010110011001101000000010100100100110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04ACC; }

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

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

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

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

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

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

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

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