Html Css Color HEX #C949AD Fuchsia

📋 copy color: '#C949AD'

red 201 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #C949AD

Tints of Fuchsia #C949AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.7%

R = 44.97%
G = 16.33%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#C949AD (or 0xC949AD) is known color: Fuchsia. HEX triplet: C9, 49 and AD. RGB value is (201,73,173). Sum of RGB (Red+Green+Blue) = 201+73+173=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 173 (67.97% from 255 or 38.70% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C949AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C949AD is #36B652. Grayscale: #7A7A7A. Windows color (decimal): -3585619 or 11356617. OLE color: 11356617.

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

Color convert

RGB 201 73 173 -
CMYK 0 0.64 0.14 0.21
HSL 313.13º 0.54% 0.54% -
HSV(B) 313.13º 0.64% 0.79% -
XYZ 34.01 20.2 41.64 -
YUV 122.67 156.41 183.87 -
System Red Green Blue C M Y K H S L
Decimal 201 73 173 0 0.64 0.14 0.21 313.13 0.54 0.54
Hex C9 49 AD 0 40 E 15 139 36 36
Octal 311 111 255 0 100 16 25 471 66 66
Binary 11001001 1001001 10101101 0 1000000 1110 10101 100111001 110110 110110

Color Harmonies of #C949AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C949AD

Black with #C949AD

Text Example


Text Example

White with #C949AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C949AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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