Html Css Color HEX #C355AC Fuchsia

📋 copy color: '#C355AC'

red 195 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C355AC

Tints of Fuchsia #C355AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

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

R = 43.14%
G = 18.81%
B = 38.05%

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

#C355AC (or 0xC355AC) is known color: Fuchsia. HEX triplet: C3, 55 and AC. RGB value is (195,85,172). Sum of RGB (Red+Green+Blue) = 195+85+172=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C355AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C355AC is #3CAA53. Grayscale: #7F7F7F. Windows color (decimal): -3975764 or 11294147. OLE color: 11294147.

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

Color convert

RGB 195 85 172 -
CMYK 0 0.56 0.12 0.24
HSL 312.55º 0.48% 0.55% -
HSV(B) 312.55º 0.56% 0.76% -
XYZ 33.2 21.08 41.35 -
YUV 127.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 195 85 172 0 0.56 0.12 0.24 312.55 0.48 0.55
Hex C3 55 AC 0 38 C 18 139 30 37
Octal 303 125 254 0 70 14 30 471 60 67
Binary 11000011 1010101 10101100 0 111000 1100 11000 100111001 110000 110111

Color Harmonies of #C355AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C355AC

Black with #C355AC

Text Example


Text Example

White with #C355AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C355AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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