#C73AAD

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

Shades of Fuchsia #C73AAD

Tints of Fuchsia #C73AAD

Color information

#C73AAD (or 0xC73AAD) is unknown color: approx Fuchsia. HEX triplet: C7, 3A and AD. RGB value is (199,58,173). Sum of RGB (Red+Green+Blue) = 199+58+173=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AAD is #38C552. Grayscale: #707070. Windows color (decimal): -3720531 or 11352775. OLE color: 11352775.

HSL color Cylindrical-coordinate representation of color #C73AAD: hue angle of 311.06º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AAD is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB19958173-
CMYK00.710.130.22
HSL311.06º55.73%50.39%-
HSV(B)311.06º70.85%78.04%-
XYZ32.6118.1941.33-
YUV113.27161.71189.15-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.28%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 173 (67.97% from 255) = 40.23%
R=46.28%
G=13.49%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995817300.710.130.22311.0655.7350.39
HexC73AAD047D161373832
Octal30772255010715264677062
Binary110001111110101010110101000111110110110100110111111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73AAD; }

 p { color: rgb(199,58,173); }

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

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

 a { background-color: rgb(199,58,173); }

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

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

 span { border-color: rgb(199,58,173); }

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