#C43CBF

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

Shades of Fuchsia #C43CBF

Tints of Fuchsia #C43CBF

Color information

#C43CBF (or 0xC43CBF) is unknown color: approx Fuchsia. HEX triplet: C4, 3C and BF. RGB value is (196,60,191). Sum of RGB (Red+Green+Blue) = 196+60+191=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 60 (23.83% from 255 or 13.42% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C43CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C43CBF is #3BC340. Grayscale: #737373. Windows color (decimal): -3916609 or 12532932. OLE color: 12532932.

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

Color convert

RGB19660191-
CMYK00.690.030.23
HSL302.21º53.54%50.2%-
HSV(B)302.21º69.39%76.86%-
XYZ33.7818.7351.12-
YUV115.6170.56185.35-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.85%
GREEN value IS 60 (23.83% from 255) = 13.42%
BLUE value IS 191 (75% from 255) = 42.73%
R=43.85%
G=13.42%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966019100.690.030.23302.2153.5450.2
HexC43CBF04531712e3632
Octal3047427701053274566662
Binary1100010011110010111111010001011110111100101110110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C43CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C43CBF; }

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

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

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

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

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

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

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

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