Html Css Color HEX #C147BD Fuchsia

📋 copy color: '#C147BD'

red 193 ◦ green 71 ◦ blue 189

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

Shades of Fuchsia #C147BD

Tints of Fuchsia #C147BD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.67%

 BLUE value IS 189 (74.22% from 255) = 41.72%

R = 42.6%
G = 15.67%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.02

 K value IS 0.24

RGB Variations

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

Color information

#C147BD (or 0xC147BD) is known color: Fuchsia. HEX triplet: C1, 47 and BD. RGB value is (193,71,189). Sum of RGB (Red+Green+Blue) = 193+71+189=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C147BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C147BD is #3EB842. Grayscale: #787878. Windows color (decimal): -4110403 or 12404673. OLE color: 12404673.

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

Color convert

RGB 193 71 189 -
CMYK 0 0.63 0.02 0.24
HSL 301.97º 0.5% 0.52% -
HSV(B) 301.97º 0.63% 0.76% -
XYZ 33.43 19.52 50.15 -
YUV 120.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 193 71 189 0 0.63 0.02 0.24 301.97 0.5 0.52
Hex C1 47 BD 0 3F 2 18 12E 32 34
Octal 301 107 275 0 77 2 30 456 62 64
Binary 11000001 1000111 10111101 0 111111 10 11000 100101110 110010 110100

Color Harmonies of #C147BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147BD

Black with #C147BD

Text Example


Text Example

White with #C147BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147BD; }

 p { color: rgb(193,71,189); }

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

background-color css

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

 a { background-color: rgb(193,71,189); }

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

border-color css

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

 span { border-color: rgb(193,71,189); }

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