Html Css Color HEX #C747B4 Fuchsia

📋 copy color: '#C747B4'

red 199 ◦ green 71 ◦ blue 180

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

Shades of Fuchsia #C747B4

Tints of Fuchsia #C747B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40%

R = 44.22%
G = 15.78%
B = 40%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C747B4 (or 0xC747B4) is known color: Fuchsia. HEX triplet: C7, 47 and B4. RGB value is (199,71,180). Sum of RGB (Red+Green+Blue) = 199+71+180=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 180 (70.70% from 255 or 40% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C747B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747B4 is #38B84B. Grayscale: #797979. Windows color (decimal): -3717196 or 11814855. OLE color: 11814855.

HSL color Cylindrical-coordinate representation of color #C747B4: hue angle of 308.91º 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 #C747B4 is Cyan = 0, Magento = 0.64, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 71 180 -
CMYK 0 0.64 0.10 0.22
HSL 308.91º 0.53% 0.53% -
HSV(B) 308.91º 0.64% 0.78% -
XYZ 34.04 19.94 45.24 -
YUV 121.7 160.91 183.14 -
System Red Green Blue C M Y K H S L
Decimal 199 71 180 0 0.64 0.10 0.22 308.91 0.53 0.53
Hex C7 47 B4 0 40 A 16 135 35 35
Octal 307 107 264 0 100 12 26 465 65 65
Binary 11000111 1000111 10110100 0 1000000 1010 10110 100110101 110101 110101

Color Harmonies of #C747B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747B4

Black with #C747B4

Text Example


Text Example

White with #C747B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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