Html Css Color HEX #C132AF Fuchsia

📋 copy color: '#C132AF'

red 193 ◦ green 50 ◦ blue 175

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

Shades of Fuchsia #C132AF

Tints of Fuchsia #C132AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.87%

R = 46.17%
G = 11.96%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C132AF (or 0xC132AF) is known color: Fuchsia. HEX triplet: C1, 32 and AF. RGB value is (193,50,175). Sum of RGB (Red+Green+Blue) = 193+50+175=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 50 (19.92% from 255 or 11.96% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C132AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C132AF is #3ECD50. Grayscale: #6A6A6A. Windows color (decimal): -4115793 or 11481793. OLE color: 11481793.

HSL color Cylindrical-coordinate representation of color #C132AF: hue angle of 307.55º 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 #C132AF is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 50 175 -
CMYK 0 0.74 0.09 0.24
HSL 307.55º 0.59% 0.48% -
HSV(B) 307.55º 0.74% 0.76% -
XYZ 30.87 16.71 42.16 -
YUV 107.01 166.38 189.34 -
System Red Green Blue C M Y K H S L
Decimal 193 50 175 0 0.74 0.09 0.24 307.55 0.59 0.48
Hex C1 32 AF 0 4A 9 18 134 3B 30
Octal 301 62 257 0 112 11 30 464 73 60
Binary 11000001 110010 10101111 0 1001010 1001 11000 100110100 111011 110000

Color Harmonies of #C132AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132AF

Black with #C132AF

Text Example


Text Example

White with #C132AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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