#C365AA

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

Shades of Fuchsia #C365AA

Tints of Fuchsia #C365AA

Color information

#C365AA (or 0xC365AA) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and AA. RGB value is (195,101,170). Sum of RGB (Red+Green+Blue) = 195+101+170=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 170 (66.80% from 255 or 36.48% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C365AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C365AA is #3C9A55. Grayscale: #888888. Windows color (decimal): -3971670 or 11167171. OLE color: 11167171.

HSL color Cylindrical-coordinate representation of color #C365AA: hue angle of 315.96º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C365AA is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB195101170-
CMYK00.480.130.24
HSL315.96º43.93%58.04%-
HSV(B)315.96º48.21%76.47%-
XYZ34.4223.8140.81-
YUV136.97146.64169.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 170 (66.80% from 255) = 36.48%
R=41.85%
G=21.67%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510117000.480.130.24315.9643.9358.04
HexC365AA030D1813c2c3a
Octal30314525206015304745472
Binary110000111100101101010100110000110111000100111100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365AA; }

 p { color: rgb(195,101,170); }

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

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

 a { background-color: rgb(195,101,170); }

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

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

 span { border-color: rgb(195,101,170); }

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