#C434B9

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

Shades of Fuchsia #C434B9

Tints of Fuchsia #C434B9

Color information

#C434B9 (or 0xC434B9) is unknown color: approx Fuchsia. HEX triplet: C4, 34 and B9. RGB value is (196,52,185). Sum of RGB (Red+Green+Blue) = 196+52+185=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 52 (20.70% from 255 or 12.01% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C434B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434B9 is #3BCB46. Grayscale: #6D6D6D. Windows color (decimal): -3918663 or 12137668. OLE color: 12137668.

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

Color convert

RGB19652185-
CMYK00.730.060.23
HSL304.58º58.06%48.63%-
HSV(B)304.58º73.47%76.86%-
XYZ32.7517.6947.59-
YUV110.22170.21189.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 52 (20.70% from 255) = 12.01%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=45.27%
G=12.01%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965218500.730.060.23304.5858.0648.63
HexC434B90496171313a31
Octal3046427101116274617261
Binary11000100110100101110010100100111010111100110001111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C434B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C434B9; }

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

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

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

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

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

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

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

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