Html Css Color HEX #C138BA Fuchsia

📋 copy color: '#C138BA'

red 193 ◦ green 56 ◦ blue 186

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

Shades of Fuchsia #C138BA

Tints of Fuchsia #C138BA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.87%

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

R = 44.37%
G = 12.87%
B = 42.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C138BA (or 0xC138BA) is known color: Fuchsia. HEX triplet: C1, 38 and BA. RGB value is (193,56,186). Sum of RGB (Red+Green+Blue) = 193+56+186=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 56 (22.27% from 255 or 12.87% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C138BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138BA is #3EC745. Grayscale: #6F6F6F. Windows color (decimal): -4114246 or 12204225. OLE color: 12204225.

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

Color convert

RGB 193 56 186 -
CMYK 0 0.71 0.04 0.24
HSL 303.07º 0.55% 0.49% -
HSV(B) 303.07º 0.71% 0.76% -
XYZ 32.27 17.71 48.17 -
YUV 111.78 169.89 185.93 -
System Red Green Blue C M Y K H S L
Decimal 193 56 186 0 0.71 0.04 0.24 303.07 0.55 0.49
Hex C1 38 BA 0 47 4 18 12F 37 31
Octal 301 70 272 0 107 4 30 457 67 61
Binary 11000001 111000 10111010 0 1000111 100 11000 100101111 110111 110001

Color Harmonies of #C138BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138BA

Black with #C138BA

Text Example


Text Example

White with #C138BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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