#c42bbf

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

Shades of Fuchsia #C42BBF

Tints of Fuchsia #C42BBF

Color information

#C42BBF (or 0xC42BBF) is unknown color: approx Fuchsia. HEX triplet: C4, 2B and BF. RGB value is (196,43,191). Sum of RGB (Red+Green+Blue) = 196+43+191=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C42BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C42BBF is #3BD440. Grayscale: #696969. Windows color (decimal): -3920961 or 12528580. OLE color: 12528580.

HSL color Cylindrical-coordinate representation of color #C42BBF: hue angle of 301.96º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42BBF is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19643191-
CMYK00.780.030.23
HSL301.96º64.02%46.86%-
HSV(B)301.96º78.06%76.86%-
XYZ33.0317.2350.87-
YUV105.62176.19192.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 43 (17.19% from 255) = 10%
BLUE value IS 191 (75% from 255) = 44.42%
R=45.58%
G=10%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964319100.780.030.23301.9664.0246.86
HexC42BBF04E31712e402f
Octal30453277011632745610057
Binary11000100101011101111110100111011101111001011101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c42bbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c42bbf; }

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

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

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

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

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

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

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

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