#C361C8

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

Shades of Fuchsia #C361C8

Tints of Fuchsia #C361C8

Color information

#C361C8 (or 0xC361C8) is unknown color: approx Fuchsia. HEX triplet: C3, 61 and C8. RGB value is (195,97,200). Sum of RGB (Red+Green+Blue) = 195+97+200=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 97 (38.28% from 255 or 19.72% from 492); Blue value is 200 (78.52% from 255 or 40.65% from 492); Max value from RGB is 200 - color contains mainly: blue. Hex color #C361C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C361C8 is #3C9E37. Grayscale: #898989. Windows color (decimal): -3972664 or 13132227. OLE color: 13132227.

HSL color Cylindrical-coordinate representation of color #C361C8: hue angle of 297.09º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C361C8 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19597200-
CMYK0.020.5200.22
HSL297.09º48.36%58.24%-
HSV(B)297.09º51.5%78.43%-
XYZ37.2124.3257.38-
YUV138.04162.97168.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.63%
GREEN value IS 97 (38.28% from 255) = 19.72%
BLUE value IS 200 (78.52% from 255) = 40.65%
R=39.63%
G=19.72%
B=40.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal195972000.020.5200.22297.0948.3658.24
HexC361C8234016129303a
Octal3031413102640264516072
Binary1100001111000011100100010110100010110100101001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C361C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C361C8; }

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

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

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

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

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

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

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

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