#C73DBA

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

Shades of Fuchsia #C73DBA

Tints of Fuchsia #C73DBA

Color information

#C73DBA (or 0xC73DBA) is unknown color: approx Fuchsia. HEX triplet: C7, 3D and BA. RGB value is (199,61,186). Sum of RGB (Red+Green+Blue) = 199+61+186=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DBA is #38C245. Grayscale: #747474. Windows color (decimal): -3719750 or 12205511. OLE color: 12205511.

HSL color Cylindrical-coordinate representation of color #C73DBA: hue angle of 305.65º 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 #C73DBA is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB19961186-
CMYK00.690.070.22
HSL305.65º55.2%50.98%-
HSV(B)305.65º69.35%78.04%-
XYZ34.0819.0248.33-
YUV116.51167.22186.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 61 (24.22% from 255) = 13.68%
BLUE value IS 186 (73.05% from 255) = 41.70%
R=44.62%
G=13.68%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1996118600.690.070.22305.6555.250.98
HexC73DBA0457161323733
Octal3077527201057264626763
Binary11000111111101101110100100010111110110100110010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C73DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C73DBA; }

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

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

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

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

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

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

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

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