#C365C6

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

Shades of Fuchsia #C365C6

Tints of Fuchsia #C365C6

Color information

#C365C6 (or 0xC365C6) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and C6. RGB value is (195,101,198). Sum of RGB (Red+Green+Blue) = 195+101+198=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 198 - color contains mainly: blue. Hex color #C365C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365C6 is #3C9A39. Grayscale: #8B8B8B. Windows color (decimal): -3971642 or 13002179. OLE color: 13002179.

HSL color Cylindrical-coordinate representation of color #C365C6: hue angle of 298.14º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C365C6 is Cyan = 0.02, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195101198-
CMYK0.020.4900.22
HSL298.14º45.97%58.63%-
HSV(B)298.14º48.99%77.65%-
XYZ37.3524.9956.28-
YUV140.16160.64167.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 101 (39.84% from 255) = 20.45%
BLUE value IS 198 (77.73% from 255) = 40.08%
R=39.47%
G=20.45%
B=40.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951011980.020.4900.22298.1445.9758.63
HexC365C623101612a2e3b
Octal3031453062610264525673
Binary1100001111001011100011010110001010110100101010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365C6; }

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

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

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

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

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

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

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

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