#C361AD

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

Shades of Fuchsia #C361AD

Tints of Fuchsia #C361AD

Color information

#C361AD (or 0xC361AD) is unknown color: approx Fuchsia. HEX triplet: C3, 61 and AD. RGB value is (195,97,173). Sum of RGB (Red+Green+Blue) = 195+97+173=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 195 - color contains mainly: red. Hex color #C361AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C361AD is #3C9E52. Grayscale: #868686. Windows color (decimal): -3972691 or 11362755. OLE color: 11362755.

HSL color Cylindrical-coordinate representation of color #C361AD: hue angle of 313.47º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C361AD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19597173-
CMYK00.500.110.24
HSL313.47º44.95%57.25%-
HSV(B)313.47º50.26%76.47%-
XYZ34.3223.1742.2-
YUV134.97149.47170.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.94%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 173 (67.97% from 255) = 37.20%
R=41.94%
G=20.86%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959717300.500.110.24313.4744.9557.25
HexC361AD032B181392d39
Octal30314125506213304715571
Binary110000111100001101011010110010101111000100111001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C361AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C361AD; }

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

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

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

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

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

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

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

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