#C43DBA

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

Shades of Fuchsia #C43DBA

Tints of Fuchsia #C43DBA

Color information

#C43DBA (or 0xC43DBA) is unknown color: approx Fuchsia. HEX triplet: C4, 3D and BA. RGB value is (196,61,186). Sum of RGB (Red+Green+Blue) = 196+61+186=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43DBA is #3BC245. Grayscale: #737373. Windows color (decimal): -3916358 or 12205508. OLE color: 12205508.

HSL color Cylindrical-coordinate representation of color #C43DBA: hue angle of 304.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43DBA is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB19661186-
CMYK00.690.050.23
HSL304.44º53.36%50.39%-
HSV(B)304.44º68.88%76.86%-
XYZ33.318.6248.29-
YUV115.62167.73185.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=44.24%
G=13.77%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966118600.690.050.23304.4453.3650.39
HexC43DBA0455171303532
Octal3047527201055274606562
Binary11000100111101101110100100010110110111100110000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43DBA; }

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

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

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

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

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

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

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

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