#c034bf

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

Shades of Fuchsia #C034BF

Tints of Fuchsia #C034BF

Color information

#C034BF (or 0xC034BF) is unknown color: approx Fuchsia. HEX triplet: C0, 34 and BF. RGB value is (192,52,191). Sum of RGB (Red+Green+Blue) = 192+52+191=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C034BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C034BF is #3FCB40. Grayscale: #6D6D6D. Windows color (decimal): -4180801 or 12530880. OLE color: 12530880.

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

Color convert

RGB19252191-
CMYK00.730.010.25
HSL300.43º57.38%47.84%-
HSV(B)300.43º72.92%75.29%-
XYZ32.3717.4250.95-
YUV109.71173.88186.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.14%
GREEN value IS 52 (20.70% from 255) = 11.95%
BLUE value IS 191 (75% from 255) = 43.91%
R=44.14%
G=11.95%
B=43.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925219100.730.010.25300.4357.3847.84
HexC034BF04911912c3930
Octal3006427701111314547160
Binary110000001101001011111101001001111001100101100111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c034bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c034bf; }

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

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

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

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

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

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

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

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