Html Css Color HEX #C158AC Fuchsia

📋 copy color: '#C158AC'

red 193 ◦ green 88 ◦ blue 172

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

Shades of Fuchsia #C158AC

Tints of Fuchsia #C158AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.43%

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

R = 42.6%
G = 19.43%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C158AC (or 0xC158AC) is known color: Fuchsia. HEX triplet: C1, 58 and AC. RGB value is (193,88,172). Sum of RGB (Red+Green+Blue) = 193+88+172=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 88 (34.77% from 255 or 19.43% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C158AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C158AC is #3EA753. Grayscale: #808080. Windows color (decimal): -4106068 or 11294913. OLE color: 11294913.

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

Color convert

RGB 193 88 172 -
CMYK 0 0.54 0.11 0.24
HSL 312º 0.46% 0.55% -
HSV(B) 312º 0.54% 0.76% -
XYZ 32.93 21.3 41.4 -
YUV 128.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 193 88 172 0 0.54 0.11 0.24 312 0.46 0.55
Hex C1 58 AC 0 36 B 18 138 2E 37
Octal 301 130 254 0 66 13 30 470 56 67
Binary 11000001 1011000 10101100 0 110110 1011 11000 100111000 101110 110111

Color Harmonies of #C158AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C158AC

Black with #C158AC

Text Example


Text Example

White with #C158AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C158AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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