Html Css Color HEX #C131AC Fuchsia

📋 copy color: '#C131AC'

red 193 ◦ green 49 ◦ blue 172

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

Shades of Fuchsia #C131AC

Tints of Fuchsia #C131AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.84%

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

R = 46.62%
G = 11.84%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C131AC (or 0xC131AC) is known color: Fuchsia. HEX triplet: C1, 31 and AC. RGB value is (193,49,172). Sum of RGB (Red+Green+Blue) = 193+49+172=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C131AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C131AC is #3ECE53. Grayscale: #696969. Windows color (decimal): -4116052 or 11284929. OLE color: 11284929.

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

Color convert

RGB 193 49 172 -
CMYK 0 0.75 0.11 0.24
HSL 308.75º 0.6% 0.47% -
HSV(B) 308.75º 0.75% 0.76% -
XYZ 30.54 16.51 40.61 -
YUV 106.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 193 49 172 0 0.75 0.11 0.24 308.75 0.6 0.47
Hex C1 31 AC 0 4B B 18 135 3C 2F
Octal 301 61 254 0 113 13 30 465 74 57
Binary 11000001 110001 10101100 0 1001011 1011 11000 100110101 111100 101111

Color Harmonies of #C131AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C131AC

Black with #C131AC

Text Example


Text Example

White with #C131AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C131AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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