Html Css Color HEX #C128BA Fuchsia

📋 copy color: '#C128BA'

red 193 ◦ green 40 ◦ blue 186

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

Shades of Fuchsia #C128BA

Tints of Fuchsia #C128BA

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

 BLUE value IS 186 (73.05% from 255) = 44.39%

R = 46.06%
G = 9.55%
B = 44.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C128BA (or 0xC128BA) is known color: Fuchsia. HEX triplet: C1, 28 and BA. RGB value is (193,40,186). Sum of RGB (Red+Green+Blue) = 193+40+186=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C128BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C128BA is #3ED745. Grayscale: #656565. Windows color (decimal): -4118342 or 12200129. OLE color: 12200129.

HSL color Cylindrical-coordinate representation of color #C128BA: hue angle of 302.75º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C128BA is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 40 186 -
CMYK 0 0.79 0.04 0.24
HSL 302.75º 0.66% 0.46% -
HSV(B) 302.75º 0.79% 0.76% -
XYZ 31.61 16.4 47.95 -
YUV 102.39 175.19 192.63 -
System Red Green Blue C M Y K H S L
Decimal 193 40 186 0 0.79 0.04 0.24 302.75 0.66 0.46
Hex C1 28 BA 0 4F 4 18 12F 42 2E
Octal 301 50 272 0 117 4 30 457 102 56
Binary 11000001 101000 10111010 0 1001111 100 11000 100101111 1000010 101110

Color Harmonies of #C128BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C128BA

Black with #C128BA

Text Example


Text Example

White with #C128BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C128BA; }

 p { color: rgb(193,40,186); }

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

background-color css

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

 a { background-color: rgb(193,40,186); }

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

border-color css

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

 span { border-color: rgb(193,40,186); }

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