#C34ABA

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

Shades of Fuchsia #C34ABA

Tints of Fuchsia #C34ABA

Color information

#C34ABA (or 0xC34ABA) is unknown color: approx Fuchsia. HEX triplet: C3, 4A and BA. RGB value is (195,74,186). Sum of RGB (Red+Green+Blue) = 195+74+186=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 195 - color contains mainly: red. Hex color #C34ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C34ABA is #3CB545. Grayscale: #7A7A7A. Windows color (decimal): -3978566 or 12208835. OLE color: 12208835.

HSL color Cylindrical-coordinate representation of color #C34ABA: hue angle of 304.46º 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 #C34ABA is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19574186-
CMYK00.620.050.24
HSL304.46º50.21%52.75%-
HSV(B)304.46º62.05%76.47%-
XYZ33.8220.0448.54-
YUV122.95163.59179.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 74 (29.30% from 255) = 16.26%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=42.86%
G=16.26%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957418600.620.050.24304.4650.2152.75
HexC34ABA03E5181303235
Octal3031122720765304606265
Binary11000011100101010111010011111010111000100110000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34ABA; }

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

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

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

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

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

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

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

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