Html Css Color HEX #C356A8 Fuchsia

📋 copy color: '#C356A8'

red 195 ◦ green 86 ◦ blue 168

#C356A8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C356A8

Tints of Fuchsia #C356A8

RGB

 RED value IS 195 (76.56% from 255) = 43.43%

 GREEN value IS 86 (33.98% from 255) = 19.15%

 BLUE value IS 168 (66.02% from 255) = 37.42%

R = 43.43%
G = 19.15%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C356A8 (or 0xC356A8) is known color: Fuchsia. HEX triplet: C3, 56 and A8. RGB value is (195,86,168). Sum of RGB (Red+Green+Blue) = 195+86+168=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 168 (66.02% from 255 or 37.42% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C356A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356A8 is #3CA957. Grayscale: #7F7F7F. Windows color (decimal): -3975512 or 11032259. OLE color: 11032259.

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

Color convert

RGB 195 86 168 -
CMYK 0 0.56 0.14 0.24
HSL 314.86º 0.48% 0.55% -
HSV(B) 314.86º 0.56% 0.76% -
XYZ 32.9 21.08 39.38 -
YUV 127.94 150.61 175.83 -
System Red Green Blue C M Y K H S L
Decimal 195 86 168 0 0.56 0.14 0.24 314.86 0.48 0.55
Hex C3 56 A8 0 38 E 18 13B 30 37
Octal 303 126 250 0 70 16 30 473 60 67
Binary 11000011 1010110 10101000 0 111000 1110 11000 100111011 110000 110111

Color Harmonies of #C356A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356A8

Black with #C356A8

Text Example


Text Example

White with #C356A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356A8; }

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

 H1.HeaderClassName
 {
   color: #C356A8;
 }
 .AnyTagClassName
 {
   color: #C356A8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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