#C434B6

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

Shades of Fuchsia #C434B6

Tints of Fuchsia #C434B6

Color information

#C434B6 (or 0xC434B6) is unknown color: approx Fuchsia. HEX triplet: C4, 34 and B6. RGB value is (196,52,182). Sum of RGB (Red+Green+Blue) = 196+52+182=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434B6 is #3BCB49. Grayscale: #6D6D6D. Windows color (decimal): -3918666 or 11941060. OLE color: 11941060.

HSL color Cylindrical-coordinate representation of color #C434B6: hue angle of 305.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434B6 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB19652182-
CMYK00.730.070.23
HSL305.83º58.06%48.63%-
HSV(B)305.83º73.47%76.86%-
XYZ32.4417.5745.94-
YUV109.88168.71189.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 52 (20.70% from 255) = 12.09%
BLUE value IS 182 (71.48% from 255) = 42.33%
R=45.58%
G=12.09%
B=42.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965218200.730.070.23305.8358.0648.63
HexC434B60497171323a31
Octal3046426601117274627261
Binary11000100110100101101100100100111110111100110010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C434B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C434B6; }

 p { color: rgb(196,52,182); }

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

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

 a { background-color: rgb(196,52,182); }

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

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

 span { border-color: rgb(196,52,182); }

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