Html Css Color HEX #C947AE Fuchsia

📋 copy color: '#C947AE'

red 201 ◦ green 71 ◦ blue 174

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

Shades of Fuchsia #C947AE

Tints of Fuchsia #C947AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 45.07%
G = 15.92%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#C947AE (or 0xC947AE) is known color: Fuchsia. HEX triplet: C9, 47 and AE. RGB value is (201,71,174). Sum of RGB (Red+Green+Blue) = 201+71+174=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C947AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C947AE is #36B851. Grayscale: #797979. Windows color (decimal): -3586130 or 11421641. OLE color: 11421641.

HSL color Cylindrical-coordinate representation of color #C947AE: hue angle of 312.46º 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 #C947AE is Cyan = 0, Magento = 0.65, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 71 174 -
CMYK 0 0.65 0.13 0.21
HSL 312.46º 0.55% 0.53% -
HSV(B) 312.46º 0.65% 0.79% -
XYZ 33.98 19.98 42.11 -
YUV 121.61 157.57 184.62 -
System Red Green Blue C M Y K H S L
Decimal 201 71 174 0 0.65 0.13 0.21 312.46 0.55 0.53
Hex C9 47 AE 0 41 D 15 138 37 35
Octal 311 107 256 0 101 15 25 470 67 65
Binary 11001001 1000111 10101110 0 1000001 1101 10101 100111000 110111 110101

Color Harmonies of #C947AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C947AE

Black with #C947AE

Text Example


Text Example

White with #C947AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C947AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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