#C73DAB

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

Shades of Fuchsia #C73DAB

Tints of Fuchsia #C73DAB

Color information

#C73DAB (or 0xC73DAB) is unknown color: approx Fuchsia. HEX triplet: C7, 3D and AB. RGB value is (199,61,171). Sum of RGB (Red+Green+Blue) = 199+61+171=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73DAB is #38C254. Grayscale: #727272. Windows color (decimal): -3719765 or 11222471. OLE color: 11222471.

HSL color Cylindrical-coordinate representation of color #C73DAB: hue angle of 312.17º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73DAB is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB19961171-
CMYK00.690.140.22
HSL312.17º55.2%50.98%-
HSV(B)312.17º69.35%78.04%-
XYZ32.5718.4240.37-
YUV114.8159.72188.06-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.17%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 171 (67.19% from 255) = 39.68%
R=46.17%
G=14.15%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996117100.690.140.22312.1755.250.98
HexC73DAB045E161383733
Octal30775253010516264706763
Binary110001111111011010101101000101111010110100111000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73DAB; }

 p { color: rgb(199,61,171); }

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

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

 a { background-color: rgb(199,61,171); }

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

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

 span { border-color: rgb(199,61,171); }

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