#C067A9

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

Shades of Fuchsia #C067A9

Tints of Fuchsia #C067A9

Color information

#C067A9 (or 0xC067A9) is unknown color: approx Fuchsia. HEX triplet: C0, 67 and A9. RGB value is (192,103,169). Sum of RGB (Red+Green+Blue) = 192+103+169=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 103 (40.62% from 255 or 22.20% from 464); Blue value is 169 (66.41% from 255 or 36.42% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C067A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C067A9 is #3F9856. Grayscale: #888888. Windows color (decimal): -4167767 or 11102144. OLE color: 11102144.

HSL color Cylindrical-coordinate representation of color #C067A9: hue angle of 315.51º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C067A9 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB192103169-
CMYK00.460.120.25
HSL315.51º41.4%57.84%-
HSV(B)315.51º46.35%75.29%-
XYZ33.7523.7740.35-
YUV137.14145.99167.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 103 (40.62% from 255) = 22.20%
BLUE value IS 169 (66.41% from 255) = 36.42%
R=41.38%
G=22.20%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210316900.460.120.25315.5141.457.84
HexC067A902EC1913c293a
Octal30014725105614314745172
Binary110000001100111101010010101110110011001100111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C067A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C067A9; }

 p { color: rgb(192,103,169); }

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

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

 a { background-color: rgb(192,103,169); }

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

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

 span { border-color: rgb(192,103,169); }

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