#C94AAD

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

Shades of Fuchsia #C94AAD

Tints of Fuchsia #C94AAD

Color information

#C94AAD (or 0xC94AAD) is unknown color: approx Fuchsia. HEX triplet: C9, 4A and AD. RGB value is (201,74,173). Sum of RGB (Red+Green+Blue) = 201+74+173=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 74 (29.30% from 255 or 16.52% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C94AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94AAD is #36B552. Grayscale: #7A7A7A. Windows color (decimal): -3585363 or 11356873. OLE color: 11356873.

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

Color convert

RGB20174173-
CMYK00.630.140.21
HSL313.23º54.04%53.92%-
HSV(B)313.23º63.18%78.82%-
XYZ34.0820.3341.66-
YUV123.26156.08183.45-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 74 (29.30% from 255) = 16.52%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=44.87%
G=16.52%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017417300.630.140.21313.2354.0453.92
HexC94AAD03FE151393636
Octal31111225507716254716666
Binary110010011001010101011010111111111010101100111001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94AAD; }

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

 H1.HeaderClassName
 {
   color: #C94AAD;
 }
 .AnyTagClassName
 {
   color: #C94AAD;
 }
</style>
background-color css

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

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

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

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

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

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