Html Css Color HEX #C148B1 Fuchsia

📋 copy color: '#C148B1'

red 193 ◦ green 72 ◦ blue 177

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

Shades of Fuchsia #C148B1

Tints of Fuchsia #C148B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 43.67%
G = 16.29%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C148B1 (or 0xC148B1) is known color: Fuchsia. HEX triplet: C1, 48 and B1. RGB value is (193,72,177). Sum of RGB (Red+Green+Blue) = 193+72+177=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C148B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C148B1 is #3EB74E. Grayscale: #777777. Windows color (decimal): -4110159 or 11618497. OLE color: 11618497.

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

Color convert

RGB 193 72 177 -
CMYK 0 0.63 0.08 0.24
HSL 307.93º 0.49% 0.52% -
HSV(B) 307.93º 0.63% 0.76% -
XYZ 32.25 19.15 43.59 -
YUV 120.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 193 72 177 0 0.63 0.08 0.24 307.93 0.49 0.52
Hex C1 48 B1 0 3F 8 18 134 31 34
Octal 301 110 261 0 77 10 30 464 61 64
Binary 11000001 1001000 10110001 0 111111 1000 11000 100110100 110001 110100

Color Harmonies of #C148B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C148B1

Black with #C148B1

Text Example


Text Example

White with #C148B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C148B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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