Html Css Color HEX #C148BA Fuchsia

📋 copy color: '#C148BA'

red 193 ◦ green 72 ◦ blue 186

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

Shades of Fuchsia #C148BA

Tints of Fuchsia #C148BA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.96%

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

R = 42.79%
G = 15.96%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#C148BA (or 0xC148BA) is known color: Fuchsia. HEX triplet: C1, 48 and BA. RGB value is (193,72,186). Sum of RGB (Red+Green+Blue) = 193+72+186=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C148BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C148BA is #3EB745. Grayscale: #787878. Windows color (decimal): -4110150 or 12208321. OLE color: 12208321.

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

Color convert

RGB 193 72 186 -
CMYK 0 0.63 0.04 0.24
HSL 303.47º 0.49% 0.52% -
HSV(B) 303.47º 0.63% 0.76% -
XYZ 33.17 19.52 48.47 -
YUV 121.18 164.59 179.23 -
System Red Green Blue C M Y K H S L
Decimal 193 72 186 0 0.63 0.04 0.24 303.47 0.49 0.52
Hex C1 48 BA 0 3F 4 18 12F 31 34
Octal 301 110 272 0 77 4 30 457 61 64
Binary 11000001 1001000 10111010 0 111111 100 11000 100101111 110001 110100

Color Harmonies of #C148BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148BA

Black with #C148BA

Text Example


Text Example

White with #C148BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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