Html Css Color HEX #C147AF Fuchsia

📋 copy color: '#C147AF'

red 193 ◦ green 71 ◦ blue 175

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

Shades of Fuchsia #C147AF

Tints of Fuchsia #C147AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.86%

R = 43.96%
G = 16.17%
B = 39.86%

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

#C147AF (or 0xC147AF) is known color: Fuchsia. HEX triplet: C1, 47 and AF. RGB value is (193,71,175). Sum of RGB (Red+Green+Blue) = 193+71+175=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C147AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C147AF is #3EB850. Grayscale: #777777. Windows color (decimal): -4110417 or 11487169. OLE color: 11487169.

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

Color convert

RGB 193 71 175 -
CMYK 0 0.63 0.09 0.24
HSL 308.85º 0.5% 0.52% -
HSV(B) 308.85º 0.63% 0.76% -
XYZ 31.98 18.94 42.53 -
YUV 119.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 193 71 175 0 0.63 0.09 0.24 308.85 0.5 0.52
Hex C1 47 AF 0 3F 9 18 135 32 34
Octal 301 107 257 0 77 11 30 465 62 64
Binary 11000001 1000111 10101111 0 111111 1001 11000 100110101 110010 110100

Color Harmonies of #C147AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C147AF

Black with #C147AF

Text Example


Text Example

White with #C147AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C147AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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