Html Css Color HEX #C149AC Fuchsia

📋 copy color: '#C149AC'

red 193 ◦ green 73 ◦ blue 172

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

Shades of Fuchsia #C149AC

Tints of Fuchsia #C149AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.67%

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

R = 44.06%
G = 16.67%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C149AC (or 0xC149AC) is known color: Fuchsia. HEX triplet: C1, 49 and AC. RGB value is (193,73,172). Sum of RGB (Red+Green+Blue) = 193+73+172=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 73 (28.91% from 255 or 16.67% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C149AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C149AC is #3EB653. Grayscale: #777777. Windows color (decimal): -4109908 or 11291073. OLE color: 11291073.

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

Color convert

RGB 193 73 172 -
CMYK 0 0.62 0.11 0.24
HSL 310.5º 0.49% 0.52% -
HSV(B) 310.5º 0.62% 0.76% -
XYZ 31.82 19.08 41.04 -
YUV 120.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 193 73 172 0 0.62 0.11 0.24 310.5 0.49 0.52
Hex C1 49 AC 0 3E B 18 136 31 34
Octal 301 111 254 0 76 13 30 466 61 64
Binary 11000001 1001001 10101100 0 111110 1011 11000 100110110 110001 110100

Color Harmonies of #C149AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C149AC

Black with #C149AC

Text Example


Text Example

White with #C149AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C149AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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