Html Css Color HEX #C747BA Fuchsia

📋 copy color: '#C747BA'

red 199 ◦ green 71 ◦ blue 186

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

Shades of Fuchsia #C747BA

Tints of Fuchsia #C747BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.79%

R = 43.64%
G = 15.57%
B = 40.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C747BA (or 0xC747BA) is known color: Fuchsia. HEX triplet: C7, 47 and BA. RGB value is (199,71,186). Sum of RGB (Red+Green+Blue) = 199+71+186=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C747BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747BA is #38B845. Grayscale: #7A7A7A. Windows color (decimal): -3717190 or 12208071. OLE color: 12208071.

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

Color convert

RGB 199 71 186 -
CMYK 0 0.64 0.07 0.22
HSL 306.09º 0.53% 0.53% -
HSV(B) 306.09º 0.64% 0.78% -
XYZ 34.67 20.19 48.52 -
YUV 122.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 199 71 186 0 0.64 0.07 0.22 306.09 0.53 0.53
Hex C7 47 BA 0 40 7 16 132 35 35
Octal 307 107 272 0 100 7 26 462 65 65
Binary 11000111 1000111 10111010 0 1000000 111 10110 100110010 110101 110101

Color Harmonies of #C747BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747BA

Black with #C747BA

Text Example


Text Example

White with #C747BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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