Html Css Color HEX #C132AC Fuchsia

📋 copy color: '#C132AC'

red 193 ◦ green 50 ◦ blue 172

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

Shades of Fuchsia #C132AC

Tints of Fuchsia #C132AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.05%

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

R = 46.51%
G = 12.05%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C132AC (or 0xC132AC) is known color: Fuchsia. HEX triplet: C1, 32 and AC. RGB value is (193,50,172). Sum of RGB (Red+Green+Blue) = 193+50+172=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C132AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C132AC is #3ECD53. Grayscale: #6A6A6A. Windows color (decimal): -4115796 or 11285185. OLE color: 11285185.

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

Color convert

RGB 193 50 172 -
CMYK 0 0.74 0.11 0.24
HSL 308.81º 0.59% 0.48% -
HSV(B) 308.81º 0.74% 0.76% -
XYZ 30.58 16.6 40.62 -
YUV 106.67 164.88 189.58 -
System Red Green Blue C M Y K H S L
Decimal 193 50 172 0 0.74 0.11 0.24 308.81 0.59 0.48
Hex C1 32 AC 0 4A B 18 135 3B 30
Octal 301 62 254 0 112 13 30 465 73 60
Binary 11000001 110010 10101100 0 1001010 1011 11000 100110101 111011 110000

Color Harmonies of #C132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132AC

Black with #C132AC

Text Example


Text Example

White with #C132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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