#C34ABD

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

Shades of Fuchsia #C34ABD

Tints of Fuchsia #C34ABD

Color information

#C34ABD (or 0xC34ABD) is unknown color: approx Fuchsia. HEX triplet: C3, 4A and BD. RGB value is (195,74,189). Sum of RGB (Red+Green+Blue) = 195+74+189=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABD is #3CB542. Grayscale: #7A7A7A. Windows color (decimal): -3978563 or 12405443. OLE color: 12405443.

HSL color Cylindrical-coordinate representation of color #C34ABD: hue angle of 302.98º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34ABD is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19574189-
CMYK00.620.030.24
HSL302.98º50.21%52.75%-
HSV(B)302.98º62.05%76.47%-
XYZ34.1420.1750.24-
YUV123.29165.09179.15-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.58%
GREEN value IS 74 (29.30% from 255) = 16.16%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=42.58%
G=16.16%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957418900.620.030.24302.9850.2152.75
HexC34ABD03E31812f3235
Octal3031122750763304576265
Binary1100001110010101011110101111101111000100101111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34ABD; }

 p { color: rgb(195,74,189); }

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

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

 a { background-color: rgb(195,74,189); }

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

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

 span { border-color: rgb(195,74,189); }

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