Html Css Color HEX #C356AC Fuchsia

📋 copy color: '#C356AC'

red 195 ◦ green 86 ◦ blue 172

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

Shades of Fuchsia #C356AC

Tints of Fuchsia #C356AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 43.05%
G = 18.98%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C356AC (or 0xC356AC) is known color: Fuchsia. HEX triplet: C3, 56 and AC. RGB value is (195,86,172). Sum of RGB (Red+Green+Blue) = 195+86+172=453 (60% of max value = 765). Red value is 195 (76.56% from 255 or 43.05% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 195 - color contains mainly: red. Hex color #C356AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C356AC is #3CA953. Grayscale: #808080. Windows color (decimal): -3975508 or 11294403. OLE color: 11294403.

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

Color convert

RGB 195 86 172 -
CMYK 0 0.56 0.12 0.24
HSL 312.66º 0.48% 0.55% -
HSV(B) 312.66º 0.56% 0.76% -
XYZ 33.28 21.24 41.37 -
YUV 128.4 152.61 175.51 -
System Red Green Blue C M Y K H S L
Decimal 195 86 172 0 0.56 0.12 0.24 312.66 0.48 0.55
Hex C3 56 AC 0 38 C 18 139 30 37
Octal 303 126 254 0 70 14 30 471 60 67
Binary 11000011 1010110 10101100 0 111000 1100 11000 100111001 110000 110111

Color Harmonies of #C356AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C356AC

Black with #C356AC

Text Example


Text Example

White with #C356AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C356AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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