#C43CB5

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

Shades of Fuchsia #C43CB5

Tints of Fuchsia #C43CB5

Color information

#C43CB5 (or 0xC43CB5) is unknown color: approx Fuchsia. HEX triplet: C4, 3C and B5. RGB value is (196,60,181). Sum of RGB (Red+Green+Blue) = 196+60+181=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 181 (71.09% from 255 or 41.42% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CB5 is #3BC34A. Grayscale: #727272. Windows color (decimal): -3916619 or 11877572. OLE color: 11877572.

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

Color convert

RGB19660181-
CMYK00.690.080.23
HSL306.62º53.54%50.2%-
HSV(B)306.62º69.39%76.86%-
XYZ32.7218.345.52-
YUV114.46165.56186.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 181 (71.09% from 255) = 41.42%
R=44.85%
G=13.73%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966018100.690.080.23306.6253.5450.2
HexC43CB50458171333632
Octal30474265010510274636662
Binary110001001111001011010101000101100010111100110011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CB5; }

 p { color: rgb(196,60,181); }

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

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

 a { background-color: rgb(196,60,181); }

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

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

 span { border-color: rgb(196,60,181); }

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