Html Css Color HEX #C747C4 Fuchsia

📋 copy color: '#C747C4'

red 199 ◦ green 71 ◦ blue 196

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

Shades of Fuchsia #C747C4

Tints of Fuchsia #C747C4

RGB

 RED value IS 199 (78.13% from 255) = 42.7%

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

 BLUE value IS 196 (76.95% from 255) = 42.06%

R = 42.7%
G = 15.24%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C747C4 (or 0xC747C4) is known color: Fuchsia. HEX triplet: C7, 47 and C4. RGB value is (199,71,196). Sum of RGB (Red+Green+Blue) = 199+71+196=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 71 (28.12% from 255 or 15.24% from 466); Blue value is 196 (76.95% from 255 or 42.06% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C747C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747C4 is #38B83B. Grayscale: #7B7B7B. Windows color (decimal): -3717180 or 12863431. OLE color: 12863431.

HSL color Cylindrical-coordinate representation of color #C747C4: hue angle of 301.41º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C747C4 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 196 -
CMYK 0 0.64 0.02 0.22
HSL 301.41º 0.53% 0.53% -
HSV(B) 301.41º 0.64% 0.78% -
XYZ 35.77 20.63 54.32 -
YUV 123.52 168.91 181.84 -
System Red Green Blue C M Y K H S L
Decimal 199 71 196 0 0.64 0.02 0.22 301.41 0.53 0.53
Hex C7 47 C4 0 40 2 16 12D 35 35
Octal 307 107 304 0 100 2 26 455 65 65
Binary 11000111 1000111 11000100 0 1000000 10 10110 100101101 110101 110101

Color Harmonies of #C747C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747C4

Black with #C747C4

Text Example


Text Example

White with #C747C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747C4; }

 p { color: rgb(199,71,196); }

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

background-color css

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

 a { background-color: rgb(199,71,196); }

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

border-color css

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

 span { border-color: rgb(199,71,196); }

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