#C362AD

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

Shades of Fuchsia #C362AD

Tints of Fuchsia #C362AD

Color information

#C362AD (or 0xC362AD) is unknown color: approx Fuchsia. HEX triplet: C3, 62 and AD. RGB value is (195,98,173). Sum of RGB (Red+Green+Blue) = 195+98+173=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C362AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362AD is #3C9D52. Grayscale: #878787. Windows color (decimal): -3972435 or 11363011. OLE color: 11363011.

HSL color Cylindrical-coordinate representation of color #C362AD: hue angle of 313.61º 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 #C362AD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB19598173-
CMYK00.500.110.24
HSL313.61º44.7%57.45%-
HSV(B)313.61º49.74%76.47%-
XYZ34.4223.3542.23-
YUV135.55149.14170.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.85%
GREEN value IS 98 (38.67% from 255) = 21.03%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=41.85%
G=21.03%
B=37.12%

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
Decimal1959817300.500.110.24313.6144.757.45
HexC362AD032B1813a2d39
Octal30314225506213304725571
Binary110000111100010101011010110010101111000100111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C362AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C362AD; }

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

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

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

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

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

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

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

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