#C061AD

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

Shades of Fuchsia #C061AD

Tints of Fuchsia #C061AD

Color information

#C061AD (or 0xC061AD) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and AD. RGB value is (192,97,173). Sum of RGB (Red+Green+Blue) = 192+97+173=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AD is #3F9E52. Grayscale: #858585. Windows color (decimal): -4169299 or 11362752. OLE color: 11362752.

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

Color convert

RGB19297173-
CMYK00.490.100.25
HSL312º42.99%56.67%-
HSV(B)312º49.48%75.29%-
XYZ33.5622.7742.16-
YUV134.07149.97169.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.56%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 173 (67.97% from 255) = 37.45%
R=41.56%
G=21.00%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929717300.490.100.2531242.9956.67
HexC061AD031A191382b39
Octal30014125506112314705371
Binary110000001100001101011010110001101011001100111000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061AD; }

 p { color: rgb(192,97,173); }

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

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

 a { background-color: rgb(192,97,173); }

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

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

 span { border-color: rgb(192,97,173); }

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