#C949AD

Color #C949AD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C949AD

Tints of Fuchsia #C949AD

Color information

#C949AD (or 0xC949AD) is unknown color: approx 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

RGB20173173-
CMYK00.640.140.21
HSL313.12º54.24%53.73%-
HSV(B)313.12º63.68%78.82%-
XYZ34.0120.241.64-
YUV122.67156.41183.87-

RGB Variations

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

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.70%
R=44.97%
G=16.33%
B=38.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017317300.640.140.21313.1254.2453.73
HexC949AD040E151393636
Octal311111255010016254716666
Binary1100100110010011010110101000000111010101100111001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C949AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>