Html Css Color HEX #C949AA Fuchsia

📋 copy color: '#C949AA'

red 201 ◦ green 73 ◦ blue 170

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

Shades of Fuchsia #C949AA

Tints of Fuchsia #C949AA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.44%

 BLUE value IS 170 (66.8% from 255) = 38.29%

R = 45.27%
G = 16.44%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#C949AA (or 0xC949AA) is known color: Fuchsia. HEX triplet: C9, 49 and AA. RGB value is (201,73,170). Sum of RGB (Red+Green+Blue) = 201+73+170=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 201 - color contains mainly: red. Hex color #C949AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C949AA is #36B655. Grayscale: #7A7A7A. Windows color (decimal): -3585622 or 11160009. OLE color: 11160009.

HSL color Cylindrical-coordinate representation of color #C949AA: hue angle of 314.53º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C949AA is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 73 170 -
CMYK 0 0.64 0.15 0.21
HSL 314.53º 0.54% 0.54% -
HSV(B) 314.53º 0.64% 0.79% -
XYZ 33.73 20.08 40.13 -
YUV 122.33 154.91 184.11 -
System Red Green Blue C M Y K H S L
Decimal 201 73 170 0 0.64 0.15 0.21 314.53 0.54 0.54
Hex C9 49 AA 0 40 F 15 13B 36 36
Octal 311 111 252 0 100 17 25 473 66 66
Binary 11001001 1001001 10101010 0 1000000 1111 10101 100111011 110110 110110

Color Harmonies of #C949AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949AA

Black with #C949AA

Text Example


Text Example

White with #C949AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949AA; }

 p { color: rgb(201,73,170); }

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

background-color css

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

 a { background-color: rgb(201,73,170); }

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

border-color css

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

 span { border-color: rgb(201,73,170); }

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