Html Css Color HEX #C747BE Fuchsia

📋 copy color: '#C747BE'

red 199 ◦ green 71 ◦ blue 190

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

Shades of Fuchsia #C747BE

Tints of Fuchsia #C747BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.3%

R = 43.26%
G = 15.43%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C747BE (or 0xC747BE) is known color: Fuchsia. HEX triplet: C7, 47 and BE. RGB value is (199,71,190). Sum of RGB (Red+Green+Blue) = 199+71+190=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 71 (28.12% from 255 or 15.43% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C747BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747BE is #38B841. Grayscale: #7A7A7A. Windows color (decimal): -3717186 or 12470215. OLE color: 12470215.

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

Color convert

RGB 199 71 190 -
CMYK 0 0.64 0.05 0.22
HSL 304.22º 0.53% 0.53% -
HSV(B) 304.22º 0.64% 0.78% -
XYZ 35.1 20.37 50.8 -
YUV 122.84 165.91 182.32 -
System Red Green Blue C M Y K H S L
Decimal 199 71 190 0 0.64 0.05 0.22 304.22 0.53 0.53
Hex C7 47 BE 0 40 5 16 130 35 35
Octal 307 107 276 0 100 5 26 460 65 65
Binary 11000111 1000111 10111110 0 1000000 101 10110 100110000 110101 110101

Color Harmonies of #C747BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747BE

Black with #C747BE

Text Example


Text Example

White with #C747BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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