Html Css Color HEX #C132AD Fuchsia

📋 copy color: '#C132AD'

red 193 ◦ green 50 ◦ blue 173

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

Shades of Fuchsia #C132AD

Tints of Fuchsia #C132AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.59%

R = 46.39%
G = 12.02%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C132AD (or 0xC132AD) is known color: Fuchsia. HEX triplet: C1, 32 and AD. RGB value is (193,50,173). Sum of RGB (Red+Green+Blue) = 193+50+173=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 50 (19.92% from 255 or 12.02% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C132AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C132AD is #3ECD52. Grayscale: #6A6A6A. Windows color (decimal): -4115795 or 11350721. OLE color: 11350721.

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

Color convert

RGB 193 50 173 -
CMYK 0 0.74 0.10 0.24
HSL 308.39º 0.59% 0.48% -
HSV(B) 308.39º 0.74% 0.76% -
XYZ 30.68 16.64 41.13 -
YUV 106.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 193 50 173 0 0.74 0.10 0.24 308.39 0.59 0.48
Hex C1 32 AD 0 4A A 18 134 3B 30
Octal 301 62 255 0 112 12 30 464 73 60
Binary 11000001 110010 10101101 0 1001010 1010 11000 100110100 111011 110000

Color Harmonies of #C132AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C132AD

Black with #C132AD

Text Example


Text Example

White with #C132AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C132AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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