#C074BE

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

Shades of Fuchsia #C074BE

Tints of Fuchsia #C074BE

Color information

#C074BE (or 0xC074BE) is unknown color: approx Fuchsia. HEX triplet: C0, 74 and BE. RGB value is (192,116,190). Sum of RGB (Red+Green+Blue) = 192+116+190=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 192 - color contains mainly: red. Hex color #C074BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074BE is #3F8B41. Grayscale: #929292. Windows color (decimal): -4164418 or 12481728. OLE color: 12481728.

HSL color Cylindrical-coordinate representation of color #C074BE: hue angle of 301.58º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C074BE is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192116190-
CMYK00.400.010.25
HSL301.58º37.62%60.39%-
HSV(B)301.58º39.58%75.29%-
XYZ37.2827.4152.04-
YUV147.16152.18159.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 116 (45.70% from 255) = 23.29%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=38.55%
G=23.29%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211619000.400.010.25301.5837.6260.39
HexC074BE02811912e263c
Octal3001642760501314564674
Binary110000001110100101111100101000111001100101110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074BE; }

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

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

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

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

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

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

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

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