#C43BB1

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

Shades of Fuchsia #C43BB1

Tints of Fuchsia #C43BB1

Color information

#C43BB1 (or 0xC43BB1) is unknown color: approx Fuchsia. HEX triplet: C4, 3B and B1. RGB value is (196,59,177). Sum of RGB (Red+Green+Blue) = 196+59+177=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 59 (23.44% from 255 or 13.66% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C43BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C43BB1 is #3BC44E. Grayscale: #717171. Windows color (decimal): -3916879 or 11615172. OLE color: 11615172.

HSL color Cylindrical-coordinate representation of color #C43BB1: hue angle of 308.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C43BB1 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB19659177-
CMYK00.700.100.23
HSL308.32º53.73%50%-
HSV(B)308.32º69.9%76.86%-
XYZ32.2618.0443.38-
YUV113.42163.89186.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.37%
GREEN value IS 59 (23.44% from 255) = 13.66%
BLUE value IS 177 (69.53% from 255) = 40.97%
R=45.37%
G=13.66%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965917700.700.100.23308.3253.7350
HexC43BB1046A171343632
Octal30473261010612274646662
Binary110001001110111011000101000110101010111100110100110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43BB1; }

 p { color: rgb(196,59,177); }

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

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

 a { background-color: rgb(196,59,177); }

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

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

 span { border-color: rgb(196,59,177); }

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