#c034ba

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

Shades of Fuchsia #C034BA

Tints of Fuchsia #C034BA

Color information

#C034BA (or 0xC034BA) is unknown color: approx Fuchsia. HEX triplet: C0, 34 and BA. RGB value is (192,52,186). Sum of RGB (Red+Green+Blue) = 192+52+186=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 52 (20.70% from 255 or 12.09% from 430); Blue value is 186 (73.05% from 255 or 43.26% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C034BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034BA is #3FCB45. Grayscale: #6C6C6C. Windows color (decimal): -4180806 or 12203200. OLE color: 12203200.

HSL color Cylindrical-coordinate representation of color #C034BA: hue angle of 302.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C034BA is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB19252186-
CMYK00.730.030.25
HSL302.57º57.38%47.84%-
HSV(B)302.57º72.92%75.29%-
XYZ31.8317.2148.1-
YUV109.14171.38187.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 52 (20.70% from 255) = 12.09%
BLUE value IS 186 (73.05% from 255) = 43.26%
R=44.65%
G=12.09%
B=43.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925218600.730.030.25302.5757.3847.84
HexC034BA04931912f3930
Octal3006427201113314577160
Binary1100000011010010111010010010011111001100101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c034ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c034ba; }

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

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

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

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

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

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

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

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