#c04fbe

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

Shades of Fuchsia #C04FBE

Tints of Fuchsia #C04FBE

Color information

#C04FBE (or 0xC04FBE) is unknown color: approx Fuchsia. HEX triplet: C0, 4F and BE. RGB value is (192,79,190). Sum of RGB (Red+Green+Blue) = 192+79+190=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04FBE is #3FB041. Grayscale: #7D7D7D. Windows color (decimal): -4173890 or 12472256. OLE color: 12472256.

HSL color Cylindrical-coordinate representation of color #C04FBE: hue angle of 301.06º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FBE is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB19279190-
CMYK00.590.010.25
HSL301.06º47.28%53.14%-
HSV(B)301.06º58.85%75.29%-
XYZ33.8320.5250.89-
YUV125.44164.44175.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 190 (74.61% from 255) = 41.21%
R=41.65%
G=17.14%
B=41.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927919000.590.010.25301.0647.2853.14
HexC04FBE03B11912d2f35
Octal3001172760731314555765
Binary110000001001111101111100111011111001100101101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c04fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c04fbe; }

 p { color: rgb(192,79,190); }

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

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

 a { background-color: rgb(192,79,190); }

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

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

 span { border-color: rgb(192,79,190); }

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