#C356C0

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

Shades of Fuchsia #C356C0

Tints of Fuchsia #C356C0

Color information

#C356C0 (or 0xC356C0) is unknown color: approx Fuchsia. HEX triplet: C3, 56 and C0. RGB value is (195,86,192). Sum of RGB (Red+Green+Blue) = 195+86+192=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 86 (33.98% from 255 or 18.18% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C356C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C356C0 is #3CA93F. Grayscale: #828282. Windows color (decimal): -3975488 or 12605123. OLE color: 12605123.

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

Color convert

RGB19586192-
CMYK00.560.020.24
HSL301.65º47.6%55.1%-
HSV(B)301.65º55.9%76.47%-
XYZ35.3522.0652.26-
YUV130.68162.61173.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 86 (33.98% from 255) = 18.18%
BLUE value IS 192 (75.39% from 255) = 40.59%
R=41.23%
G=18.18%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958619200.560.020.24301.6547.655.1
HexC356C003821812e3037
Octal3031263000702304566067
Binary1100001110101101100000001110001011000100101110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C356C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C356C0; }

 p { color: rgb(195,86,192); }

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

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

 a { background-color: rgb(195,86,192); }

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

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

 span { border-color: rgb(195,86,192); }

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