#C43DAA

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

Shades of Fuchsia #C43DAA

Tints of Fuchsia #C43DAA

Color information

#C43DAA (or 0xC43DAA) is unknown color: approx Fuchsia. HEX triplet: C4, 3D and AA. RGB value is (196,61,170). Sum of RGB (Red+Green+Blue) = 196+61+170=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C43DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43DAA is #3BC255. Grayscale: #717171. Windows color (decimal): -3916374 or 11156932. OLE color: 11156932.

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

Color convert

RGB19661170-
CMYK00.690.130.23
HSL311.56º53.36%50.39%-
HSV(B)311.56º68.88%76.86%-
XYZ31.6917.9839.83-
YUV113.79159.73186.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 61 (24.22% from 255) = 14.29%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=45.90%
G=14.29%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966117000.690.130.23311.5653.3650.39
HexC43DAA045D171383532
Octal30475252010515274706562
Binary110001001111011010101001000101110110111100111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43DAA; }

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

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

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

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

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

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

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

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