Html Css Color HEX #C747CC Fuchsia

📋 copy color: '#C747CC'

red 199 ◦ green 71 ◦ blue 204

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

Shades of Fuchsia #C747CC

Tints of Fuchsia #C747CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 41.98%
G = 14.98%
B = 43.04%

CMYK

 C value IS 0.02

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C747CC (or 0xC747CC) is known color: Fuchsia. HEX triplet: C7, 47 and CC. RGB value is (199,71,204). Sum of RGB (Red+Green+Blue) = 199+71+204=474 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.98% from 474); Green value is 71 (28.12% from 255 or 14.98% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C747CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C747CC is #38B833. Grayscale: #7C7C7C. Windows color (decimal): -3717172 or 13387719. OLE color: 13387719.

HSL color Cylindrical-coordinate representation of color #C747CC: hue angle of 297.74º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C747CC is Cyan = 0.02, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 199 71 204 -
CMYK 0.02 0.65 0 0.2
HSL 297.74º 0.57% 0.54% -
HSV(B) 297.74º 0.65% 0.8% -
XYZ 36.71 21.01 59.25 -
YUV 124.43 172.91 181.19 -
System Red Green Blue C M Y K H S L
Decimal 199 71 204 0.02 0.65 0 0.2 297.74 0.57 0.54
Hex C7 47 CC 2 41 0 14 12A 39 36
Octal 307 107 314 2 101 0 24 452 71 66
Binary 11000111 1000111 11001100 10 1000001 0 10100 100101010 111001 110110

Color Harmonies of #C747CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C747CC

Black with #C747CC

Text Example


Text Example

White with #C747CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C747CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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