#C362A8

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

Shades of Fuchsia #C362A8

Tints of Fuchsia #C362A8

Color information

#C362A8 (or 0xC362A8) is unknown color: approx Fuchsia. HEX triplet: C3, 62 and A8. RGB value is (195,98,168). Sum of RGB (Red+Green+Blue) = 195+98+168=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C362A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C362A8 is #3C9D57. Grayscale: #868686. Windows color (decimal): -3972440 or 11035331. OLE color: 11035331.

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

Color convert

RGB19598168-
CMYK00.500.140.24
HSL316.7º44.7%57.45%-
HSV(B)316.7º49.74%76.47%-
XYZ33.9423.1639.73-
YUV134.98146.64170.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 168 (66.02% from 255) = 36.44%
R=42.30%
G=21.26%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1959816800.500.140.24316.744.757.45
HexC362A8032E1813d2d39
Octal30314225006216304755571
Binary110000111100010101010000110010111011000100111101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C362A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C362A8; }

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

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

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

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

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

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

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

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