Html Css Color HEX #C947AC Fuchsia

📋 copy color: '#C947AC'

red 201 ◦ green 71 ◦ blue 172

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

Shades of Fuchsia #C947AC

Tints of Fuchsia #C947AC

RGB

 RED value IS 201 (78.91% from 255) = 45.27%

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 45.27%
G = 15.99%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C947AC (or 0xC947AC) is known color: Fuchsia. HEX triplet: C9, 47 and AC. RGB value is (201,71,172). Sum of RGB (Red+Green+Blue) = 201+71+172=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C947AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947AC is #36B853. Grayscale: #797979. Windows color (decimal): -3586132 or 11290569. OLE color: 11290569.

HSL color Cylindrical-coordinate representation of color #C947AC: hue angle of 313.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C947AC is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 172 -
CMYK 0 0.65 0.14 0.21
HSL 313.38º 0.55% 0.53% -
HSV(B) 313.38º 0.65% 0.79% -
XYZ 33.79 19.9 41.09 -
YUV 121.38 156.57 184.79 -
System Red Green Blue C M Y K H S L
Decimal 201 71 172 0 0.65 0.14 0.21 313.38 0.55 0.53
Hex C9 47 AC 0 41 E 15 139 37 35
Octal 311 107 254 0 101 16 25 471 67 65
Binary 11001001 1000111 10101100 0 1000001 1110 10101 100111001 110111 110101

Color Harmonies of #C947AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947AC

Black with #C947AC

Text Example


Text Example

White with #C947AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947AC; }

 p { color: rgb(201,71,172); }

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

background-color css

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

 a { background-color: rgb(201,71,172); }

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

border-color css

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

 span { border-color: rgb(201,71,172); }

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