#C734BA

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

Shades of Fuchsia #C734BA

Tints of Fuchsia #C734BA

Color information

#C734BA (or 0xC734BA) is unknown color: approx Fuchsia. HEX triplet: C7, 34 and BA. RGB value is (199,52,186). Sum of RGB (Red+Green+Blue) = 199+52+186=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 199 - color contains mainly: red. Hex color #C734BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C734BA is #38CB45. Grayscale: #6E6E6E. Windows color (decimal): -3722054 or 12203207. OLE color: 12203207.

HSL color Cylindrical-coordinate representation of color #C734BA: hue angle of 305.31º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C734BA is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB19952186-
CMYK00.740.070.22
HSL305.31º58.57%49.22%-
HSV(B)305.31º73.87%78.04%-
XYZ33.6418.1448.18-
YUV111.23170.2190.6-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.54%
GREEN value IS 52 (20.70% from 255) = 11.90%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=45.54%
G=11.90%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995218600.740.070.22305.3158.5749.22
HexC734BA04A7161313b31
Octal3076427201127264617361
Binary11000111110100101110100100101011110110100110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C734BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C734BA; }

 p { color: rgb(199,52,186); }

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

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

 a { background-color: rgb(199,52,186); }

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

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

 span { border-color: rgb(199,52,186); }

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