Html Css Color HEX #C147B0 Fuchsia

📋 copy color: '#C147B0'

red 193 ◦ green 71 ◦ blue 176

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

Shades of Fuchsia #C147B0

Tints of Fuchsia #C147B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40%

R = 43.86%
G = 16.14%
B = 40%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C147B0 (or 0xC147B0) is known color: Fuchsia. HEX triplet: C1, 47 and B0. RGB value is (193,71,176). Sum of RGB (Red+Green+Blue) = 193+71+176=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 176 (69.14% from 255 or 40% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C147B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147B0 is #3EB84F. Grayscale: #777777. Windows color (decimal): -4110416 or 11552705. OLE color: 11552705.

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

Color convert

RGB 193 71 176 -
CMYK 0 0.63 0.09 0.24
HSL 308.36º 0.5% 0.52% -
HSV(B) 308.36º 0.63% 0.76% -
XYZ 32.08 18.98 43.05 -
YUV 119.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 193 71 176 0 0.63 0.09 0.24 308.36 0.5 0.52
Hex C1 47 B0 0 3F 9 18 134 32 34
Octal 301 107 260 0 77 11 30 464 62 64
Binary 11000001 1000111 10110000 0 111111 1001 11000 100110100 110010 110100

Color Harmonies of #C147B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147B0

Black with #C147B0

Text Example


Text Example

White with #C147B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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