#C064AA

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

Shades of Fuchsia #C064AA

Tints of Fuchsia #C064AA

Color information

#C064AA (or 0xC064AA) is unknown color: approx Fuchsia. HEX triplet: C0, 64 and AA. RGB value is (192,100,170). Sum of RGB (Red+Green+Blue) = 192+100+170=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C064AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C064AA is #3F9B55. Grayscale: #878787. Windows color (decimal): -4168534 or 11166912. OLE color: 11166912.

HSL color Cylindrical-coordinate representation of color #C064AA: hue angle of 314.35º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C064AA is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192100170-
CMYK00.480.110.25
HSL314.35º42.2%57.25%-
HSV(B)314.35º47.92%75.29%-
XYZ33.5523.2240.74-
YUV135.49147.48168.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=41.56%
G=21.65%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210017000.480.110.25314.3542.257.25
HexC064AA030B1913a2a39
Octal30014425206013314725271
Binary110000001100100101010100110000101111001100111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064AA; }

 p { color: rgb(192,100,170); }

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

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

 a { background-color: rgb(192,100,170); }

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

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

 span { border-color: rgb(192,100,170); }

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