Html Css Color HEX #C155AC Fuchsia

📋 copy color: '#C155AC'

red 193 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C155AC

Tints of Fuchsia #C155AC

RGB

 RED value IS 193 (75.78% from 255) = 42.89%

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

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

R = 42.89%
G = 18.89%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C155AC (or 0xC155AC) is known color: Fuchsia. HEX triplet: C1, 55 and AC. RGB value is (193,85,172). Sum of RGB (Red+Green+Blue) = 193+85+172=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C155AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C155AC is #3EAA53. Grayscale: #7E7E7E. Windows color (decimal): -4106836 or 11294145. OLE color: 11294145.

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

Color convert

RGB 193 85 172 -
CMYK 0 0.56 0.11 0.24
HSL 311.67º 0.47% 0.55% -
HSV(B) 311.67º 0.56% 0.76% -
XYZ 32.69 20.81 41.32 -
YUV 127.21 153.28 174.93 -
System Red Green Blue C M Y K H S L
Decimal 193 85 172 0 0.56 0.11 0.24 311.67 0.47 0.55
Hex C1 55 AC 0 38 B 18 138 2F 37
Octal 301 125 254 0 70 13 30 470 57 67
Binary 11000001 1010101 10101100 0 111000 1011 11000 100111000 101111 110111

Color Harmonies of #C155AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C155AC

Black with #C155AC

Text Example


Text Example

White with #C155AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C155AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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